We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 762e940 commit d0df841Copy full SHA for d0df841
2 files changed
.github/workflows/lint.yml
@@ -28,7 +28,7 @@ jobs:
28
with:
29
go-experiment: jsonv2
30
golangci-lint: true
31
- golangci-lint-version: v2.11 # Must be kept in sync with mise.toml
+ golangci-lint-version: v2.12 # Must be kept in sync with mise.toml
32
33
fly:
34
runs-on: ubuntu-latest
mise.toml
@@ -4,7 +4,7 @@ DOCKER = "docker"
4
5
[tools]
6
# Must be kept in sync with .github/workflows/lint.yml
7
-golangci-lint = "2.11"
+golangci-lint = "2.12"
8
9
[tasks.upgrade]
10
run = [
0 commit comments