Skip to content

Commit cca627f

Browse files
committed
Toggle back check-latest go version and update golangci-lint version to latest(v1.64.6)
1 parent 09c089c commit cca627f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Diff for: .github/workflows/main.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -25,16 +25,16 @@ jobs:
2525
uses: actions/setup-go@v4
2626
with:
2727
go-version-file: go.mod
28-
check-latest: false
28+
check-latest: true
2929

3030
- name: Check that docs were generated
3131
run: make check-docs
3232

3333
- name: Check for linting errors
34-
uses: golangci/golangci-lint-action@a4f60bb28d35aeee14e6880718e0c85ff1882e64 # v6.0.1
34+
uses: golangci/golangci-lint-action@2226d7cb06a077cd73e56eedd38eecad18e5d837 # v6.5.0
3535
with:
3636
install-mode: "goinstall"
37-
version: v1.59.0
37+
version: v1.64.6
3838
args: -v -c .golangci.yml
3939

4040
unit-tests:

Diff for: Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ $(GO_BIN)/mockgen:
6060

6161
$(GO_BIN)/golangci-lint:
6262
${call print, "Installing golangci-lint"}
63-
@go install -v github.com/golangci/golangci-lint/cmd/golangci-lint@v1.59.0
63+
@go install -v github.com/golangci/golangci-lint/cmd/golangci-lint@v1.64.6
6464

6565
$(GO_BIN)/govulncheck:
6666
${call print, "Installing go vulnerability checker"}

0 commit comments

Comments
 (0)