TUN-9089: Pin go import to v0.30.0, v0.31.0 requires go 1.23
Check / check (1.22.x, macos-latest) (push) Has been cancelled
Check / check (1.22.x, ubuntu-latest) (push) Has been cancelled
Check / check (1.22.x, windows-latest) (push) Has been cancelled
Semgrep config / semgrep/ci (push) Has been cancelled

Closes TUN-9089
This commit is contained in:
Chung-Ting Huang
2025-03-06 12:05:24 +00:00
committed by João "Pisco" Fernandes
parent 3f6b1f24d0
commit 11777db304
+1 -1
View File
@@ -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