Skip to content

Commit 5de32e9

Browse files
authored
Update golangci-lint.yaml, need 1.60.1 linter to work with golang 1.23
1 parent c1a1e09 commit 5de32e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/golangci-lint.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ permissions:
1010
contents: read
1111

1212
env:
13-
GO_VERSION: v1.22
14-
GOLANGCI_LINT_VERSION: v1.56
13+
GO_VERSION: v1.23
14+
GOLANGCI_LINT_VERSION: v1.60.1
1515

1616
jobs:
1717
golangci:

0 commit comments

Comments
 (0)