Skip to content

Commit b1bec99

Browse files
committed
refresh golangci-lint.yaml
- Use go 1.23.6 - Add release-0.32 branch (about to create)
1 parent 98a4fe7 commit b1bec99

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/golangci-lint.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,14 @@ on:
44
branches:
55
- master
66
- release-0.31
7+
- release-0.32
78
pull_request:
89

910
permissions:
1011
contents: read
1112

1213
env:
13-
GO_VERSION: v1.23
14+
GO_VERSION: v1.23.6
1415
GOLANGCI_LINT_VERSION: v1.60.1
1516

1617
jobs:

0 commit comments

Comments
 (0)