Skip to content

Commit d0df841

Browse files
authored
golangci-lint: Upgrade to v2.12 (#162)
1 parent 762e940 commit d0df841

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
with:
2929
go-experiment: jsonv2
3030
golangci-lint: true
31-
golangci-lint-version: v2.11 # Must be kept in sync with mise.toml
31+
golangci-lint-version: v2.12 # Must be kept in sync with mise.toml
3232

3333
fly:
3434
runs-on: ubuntu-latest

mise.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ DOCKER = "docker"
44

55
[tools]
66
# Must be kept in sync with .github/workflows/lint.yml
7-
golangci-lint = "2.11"
7+
golangci-lint = "2.12"
88

99
[tasks.upgrade]
1010
run = [

0 commit comments

Comments
 (0)