Skip to content

Commit

Permalink
buildspec.yml
Browse files Browse the repository at this point in the history
fix golint
  • Loading branch information
ChrisPates committed May 31, 2022
1 parent 66154a5 commit 696483c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ phases:
- wget https://storage.googleapis.com/golang/go${GO_VERSION}.linux-amd64.tar.gz
- tar -C /usr/local -xzf go${GO_VERSION}.linux-amd64.tar.gz
- export PATH="/usr/local/go/bin:$PATH" && export GOPATH="$HOME/go" && export PATH="$GOPATH/bin:$PATH"
- go get -u github.com/golang/lint/golint
- go get -u golang.org/x/lint
- go env -w GOPROXY=direct

pre_build:
Expand Down

0 comments on commit 696483c

Please sign in to comment.