Skip to content

Commit

Permalink
build(devcontainer): 🔒 use hashed versions for go command-line tools …
Browse files Browse the repository at this point in the history
…where possible
  • Loading branch information
joshuar committed Jun 19, 2024
1 parent ec6fe29 commit 2b60928
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .devcontainer/postCreate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ sudo ./build/scripts/install-deps arm arm64 amd64
# Install go build packages
go install golang.org/x/tools/cmd/stringer@latest
go install golang.org/x/text/cmd/gotext@latest
go install github.com/matryer/moq@latest
go install github.com/tomwright/dasel/v2/cmd/dasel@latest
go install github.com/sigstore/cosign/v2/cmd/cosign@latest
go install github.com/magefile/mage@latest
go install github.com/matryer/moq@0bf2e8a069abaefdfd07e4902d204441cca17298
go install github.com/tomwright/dasel/v2/cmd/dasel@5d94a3049c2e81a410a6f48cf084c86c98393797
go install github.com/sigstore/cosign/v2/cmd/cosign@fb651b4ddd8176bd81756fca2d988dd8611f514d
go install github.com/magefile/mage@9e91a03eaa438d0d077aca5654c7757141536a60

exit 0

0 comments on commit 2b60928

Please sign in to comment.