Skip to content

Commit b67f093

Browse files
Update dependency go to 1.25
1 parent aabe5c4 commit b67f093

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/codetests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
1717
- uses: actions/setup-go@v4
1818
with:
19-
go-version: 1.19
19+
go-version: 1.25
2020
- name: go-test
2121
run: go test -race '-test.v' -covermode=atomic ./...
2222
# Runs golangci-lint on macos against freebsd and macos.
@@ -31,7 +31,7 @@ jobs:
3131
steps:
3232
- uses: actions/setup-go@v4
3333
with:
34-
go-version: 1.19
34+
go-version: 1.25
3535
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
3636
- name: golangci-lint
3737
uses: golangci/golangci-lint-action@v3
@@ -49,7 +49,7 @@ jobs:
4949
steps:
5050
- uses: actions/setup-go@v4
5151
with:
52-
go-version: 1.19
52+
go-version: 1.25
5353
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
5454
- name: golangci-lint
5555
uses: golangci/golangci-lint-action@v3

0 commit comments

Comments
 (0)