Skip to content

Commit 5feab7d

Browse files
committed
ci: update required golangci-lint version
1 parent eedf2c4 commit 5feab7d

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/lint.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ jobs:
88
lint:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v4
11+
- uses: actions/checkout@v6
1212

13-
- uses: actions/setup-go@v5
13+
- uses: actions/setup-go@v6
1414
with:
15-
go-version: '~1.22'
15+
go-version-file: 'go.mod'
1616

1717
- name: Run linter
1818
uses: golangci/golangci-lint-action@v6
1919
with:
20-
version: v1.61
20+
version: v1.64

0 commit comments

Comments
 (0)