From d29d361f4baa4d5786f74f5b210f4b6259408a9c Mon Sep 17 00:00:00 2001 From: Steven Presti Date: Wed, 3 Jan 2024 15:16:49 -0500 Subject: [PATCH] Update golangci_lint to 1.55.1 Found that the older version of golangci_lint was resulting in failing tests for go 1.21. With the latest version this seems to be resolved. --- go/tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go/tests.yaml b/go/tests.yaml index b610ee9..c377a9e 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.52.2 + golangci_lint_version: v1.55.1 go_build_cmd: go build go_test_cmd: go test -v ./...