Skip to content

Commit

Permalink
Update golangci_lint to 1.55.1
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
prestist committed Jan 3, 2024
1 parent d9f6038 commit d29d361
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 ./...

Expand Down

0 comments on commit d29d361

Please sign in to comment.