Skip to content

Commit

Permalink
TUN-9089: Pin go import to v0.30.0, v0.31.0 requires go 1.23
Browse files Browse the repository at this point in the history
Closes TUN-9089
  • Loading branch information
chungthuang authored and jcsf committed Mar 6, 2025
1 parent 3f6b1f2 commit 11777db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cfsetup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ bullseye: &bullseye
- golangci-lint
pre-cache: &build_pre_cache
- export GOCACHE=/cfsetup_build/.cache/go-build
- go install golang.org/x/tools/cmd/goimports@latest
- go install golang.org/x/tools/cmd/goimports@v0.30.0
post-cache:
# Linting
- make lint
Expand Down

0 comments on commit 11777db

Please # to comment.