Skip to content

Commit 19481d4

Browse files
committed
Upgrade to golangci-lint v2.0
1 parent ff440bf commit 19481d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ env:
2222
GO_TEST_ARGS: -coverprofile coverage.out -covermode atomic
2323
TEST_GEM_DIR: ruby/testdata/example/
2424

25-
# c.f. https://github.com/golangci/golangci-lint/blob/master/CHANGELOG.md
26-
GOLANGCI_LINT_VERSION: v1.60
25+
# c.f. https://github.com/golangci/golangci-lint/blob/main/CHANGELOG.md
26+
GOLANGCI_LINT_VERSION: v2.0
2727

2828
jobs:
2929
generate-matrix:

0 commit comments

Comments
 (0)