Skip to content

Commit 21f01b5

Browse files
authored
chore: update golangci-lint to v2.5 (#332)
1 parent fb812ae commit 21f01b5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- name: Run golangci-lint
4747
uses: golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9 # v8.0.0
4848
with:
49-
version: v2.4
49+
version: v2.5
5050
go-fmt:
5151
permissions:
5252
contents: read # to fetch code (actions/checkout)

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- name: Run golangci-lint
4646
uses: golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9 # v8.0.0
4747
with:
48-
version: v2.4
48+
version: v2.5
4949
go-fmt:
5050
permissions:
5151
contents: read # to fetch code (actions/checkout)

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ test-with-coverage:
2121
lint: lint-with-golangci-lint lint-with-go-fmt
2222

2323
lint-with-golangci-lint:
24-
go run github.com/golangci/golangci-lint/v2/cmd/golangci-lint@v2.4.0 run ./...
24+
go run github.com/golangci/golangci-lint/v2/cmd/golangci-lint@v2.5.0 run ./...
2525

2626
lint-with-go-fmt:
2727
gofmt -s -d */**.go

0 commit comments

Comments
 (0)