Skip to content

Commit 4bd10bc

Browse files
committed
update: bump JSONNET and golangci-lint versions in Makefile
1 parent b1f04d2 commit 4bd10bc

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/workflows/lint_and_tests.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ on:
66

77
env:
88
go-version: 1.25
9-
GOTOOLCHAIN: 1.25
109
jobs:
1110
unit-test:
1211
timeout-minutes: 20

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
GIT := git
22
PRE_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

77
VERSION := v0.3.1
88

@@ -34,4 +34,4 @@ setup:
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)

0 commit comments

Comments
 (0)