Skip to content

Commit 11777db

Browse files
chungthuangjcsf
authored andcommitted
TUN-9089: Pin go import to v0.30.0, v0.31.0 requires go 1.23
Closes TUN-9089
1 parent 3f6b1f2 commit 11777db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cfsetup.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ bullseye: &bullseye
1616
- golangci-lint
1717
pre-cache: &build_pre_cache
1818
- export GOCACHE=/cfsetup_build/.cache/go-build
19-
- go install golang.org/x/tools/cmd/goimports@latest
19+
- go install golang.org/x/tools/cmd/goimports@v0.30.0
2020
post-cache:
2121
# Linting
2222
- make lint

0 commit comments

Comments
 (0)