Skip to content

Commit f89e3ff

Browse files
committed
Update buildspec.yml
pinning go.lang tool versions.
1 parent 728dfeb commit f89e3ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cicd/build/build/buildspec.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ phases:
1515
- go install golang.org/x/lint/golint@latest
1616

1717
# Install staticcheck
18-
- go install honnef.co/go/tools/cmd/staticcheck@latest
18+
- go install honnef.co/go/tools/cmd/staticcheck@0.4.6
1919

2020
# Install Testify to use common assertions and mocks in tests
2121
- go get -u github.com/stretchr/testify
2222

2323
# Install goreleaser
24-
- go install github.com/goreleaser/goreleaser@latest
24+
- go install github.com/goreleaser/goreleaser@1.21.2
2525

2626
pre_build:
2727
commands:

0 commit comments

Comments
 (0)