Skip to content

Commit efc2d9f

Browse files
authored
ci: update go version to >= 1.25 in all workflows (#110)
1 parent 2f7b2cb commit efc2d9f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/coverage.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@v6
1818
with:
19-
go-version: 1.22
19+
go-version: '>= 1.25'
2020

2121
- name: coverage
2222
id: coverage

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
fetch-depth: 0
1818
- uses: actions/setup-go@v6
1919
with:
20-
go-version: 1.23.x
20+
go-version: '>= 1.25'
2121
- uses: goreleaser/goreleaser-action@v6
2222
with:
2323
distribution: goreleaser

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- name: Set up Go
1212
uses: actions/setup-go@v6
1313
with:
14-
go-version: 1.22
14+
go-version: '>= 1.25'
1515

1616
- name: Cache Go modules
1717
uses: actions/cache@v4

0 commit comments

Comments
 (0)