From 19634bc818de338bc8e025557af0172a25bf5d14 Mon Sep 17 00:00:00 2001 From: Steven Presti Date: Fri, 11 Oct 2024 09:30:48 -0400 Subject: [PATCH] test: update golangci-linter to latest As of golang 1.23 the golangci-linter needs to be updated to 1.60.1 See that here: https://github.com/golangci/golangci-lint/releases --- go/tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go/tests.yaml b/go/tests.yaml index c377a9e..9f720d4 100644 --- a/go/tests.yaml +++ b/go/tests.yaml @@ -2,7 +2,7 @@ vars: do_go_lint: true do_go_mod: true # go_versions defined in ../config.yaml - golangci_lint_version: v1.55.1 + golangci_lint_version: v1.61.0 go_build_cmd: go build go_test_cmd: go test -v ./...