Skip to content

Commit f4c8937

Browse files
committed
WIP
Signed-off-by: Joseph Kato <joseph@jdkato.io>
1 parent ec88691 commit f4c8937

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/golangci-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions/checkout@v5
1919
- uses: actions/setup-go@v6
2020
with:
21-
go-version: stable
21+
go-version: ">=1.25.3"
2222
- name: golangci-lint
2323
uses: golangci/golangci-lint-action@v8
2424
with:

.golangci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
version: "2"
22
run:
3-
go: "1.23"
3+
go: "1.25"
44
linters:
55
default: none
66
enable:
@@ -71,7 +71,7 @@ linters:
7171
- github.com/gofrs/uuid:
7272
recommendations:
7373
- github.com/google/uuid
74-
reason: 'see recommendation from dev-infra team: https://confluence.gtforge.com/x/gQI6Aw'
74+
reason: "see recommendation from dev-infra team: https://confluence.gtforge.com/x/gQI6Aw"
7575
govet:
7676
disable:
7777
- fieldalignment

0 commit comments

Comments
 (0)