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 ec88691 commit f4c8937Copy full SHA for f4c8937
2 files changed
.github/workflows/golangci-lint.yml
@@ -18,7 +18,7 @@ jobs:
18
- uses: actions/checkout@v5
19
- uses: actions/setup-go@v6
20
with:
21
- go-version: stable
+ go-version: ">=1.25.3"
22
- name: golangci-lint
23
uses: golangci/golangci-lint-action@v8
24
.golangci.yml
@@ -1,6 +1,6 @@
1
version: "2"
2
run:
3
- go: "1.23"
+ go: "1.25"
4
linters:
5
default: none
6
enable:
@@ -71,7 +71,7 @@ linters:
71
- github.com/gofrs/uuid:
72
recommendations:
73
- github.com/google/uuid
74
- reason: 'see recommendation from dev-infra team: https://confluence.gtforge.com/x/gQI6Aw'
+ reason: "see recommendation from dev-infra team: https://confluence.gtforge.com/x/gQI6Aw"
75
govet:
76
disable:
77
- fieldalignment
0 commit comments