File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 66
77env :
88 go-version : 1.25
9- GOTOOLCHAIN : 1.25
109jobs :
1110 unit-test :
1211 timeout-minutes : 20
Original file line number Diff line number Diff line change 11GIT := git
22PRE_COMMIT := pre-commit
33
4- JSONNET_VERSION := v0.20 .0
5- GOLANGCI_VERSION := v1.64.6
4+ JSONNET_VERSION := v0.21 .0
5+ GOLANGCI_VERSION := v2.8.0
66
77VERSION := v0.3.1
88
3434 @go install github.com/google/go-jsonnet/cmd/jsonnet-lint@$(JSONNET_VERSION )
3535 @go install github.com/google/go-jsonnet/cmd/jsonnetfmt@$(JSONNET_VERSION )
3636
37- @curl -sSfL https://raw.githubusercontent. com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(shell go env GOPATH)/bin $(GOLANGCI_VERSION)
37+ @go install github. com/golangci/golangci-lint/cmd/golangci-lint@ $(GOLANGCI_VERSION)
You can’t perform that action at this time.
0 commit comments