Skip to content

Commit 6a60f4d

Browse files
authored
bump lint (#35)
1 parent 75c037f commit 6a60f4d

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

.github/workflows/pull-request.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,4 @@ jobs:
1313
with:
1414
go-version: '1.24'
1515
- name: golangci-lint
16-
uses: golangci/golangci-lint-action@v6
17-
with:
18-
version: v1.64
16+
uses: golangci/golangci-lint-action@v7

.github/workflows/release.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,7 @@ jobs:
1313
with:
1414
go-version: '1.24'
1515
- name: golangci-lint
16-
uses: golangci/golangci-lint-action@v6
17-
with:
18-
version: v1.64
16+
uses: golangci/golangci-lint-action@v7
1917

2018
release:
2119
runs-on: ubuntu-24.04

0 commit comments

Comments
 (0)