Skip to content

Commit 944493c

Browse files
committed
fix go-version
1 parent 807e027 commit 944493c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/golangci-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- uses: actions/checkout@v4
2020
- uses: actions/setup-go@v5
2121
with:
22-
go-version: '1.24'
22+
go-version: '1.25'
2323
- name: golangci-lint
2424
uses: golangci/golangci-lint-action@v7
2525
with:

.github/workflows/unit-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: set up go
1717
uses: actions/setup-go@v5
1818
with:
19-
go-version: "1.24"
19+
go-version: "1.25"
2020

2121
- name: cache go modules
2222
uses: actions/cache@v4

0 commit comments

Comments
 (0)