Skip to content

Commit 197af1e

Browse files
committed
ci(github): go min version 1.24
1 parent cf2d689 commit 197af1e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Setup Go
2121
uses: actions/setup-go@v5
2222
with:
23-
go-version: '1.*'
23+
go-version: '>=1.24.0'
2424
- name: Test
2525
run: |
2626
CGO_ENABLED=1 go run gotest.tools/[email protected] --junitfile test.xml --format testname -- -coverprofile coverage.txt -race ./...
@@ -52,7 +52,7 @@ jobs:
5252
- name: Setup Go
5353
uses: actions/setup-go@v5
5454
with:
55-
go-version: '1.*'
55+
go-version: '>=1.24.0'
5656
- name: Go Vet
5757
run: go vet ./...
5858
- name: Go Fmt

0 commit comments

Comments
 (0)