We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 728dfeb commit f89e3ffCopy full SHA for f89e3ff
cicd/build/build/buildspec.yml
@@ -15,13 +15,13 @@ phases:
15
- go install golang.org/x/lint/golint@latest
16
17
# Install staticcheck
18
- - go install honnef.co/go/tools/cmd/staticcheck@latest
+ - go install honnef.co/go/tools/cmd/staticcheck@0.4.6
19
20
# Install Testify to use common assertions and mocks in tests
21
- go get -u github.com/stretchr/testify
22
23
# Install goreleaser
24
- - go install github.com/goreleaser/goreleaser@latest
+ - go install github.com/goreleaser/goreleaser@1.21.2
25
26
pre_build:
27
commands:
0 commit comments