Skip to content

Commit 83c2788

Browse files
authored
build(deps): update Go version to 1.25 in workflow files (#9)
1 parent a0f5e4c commit 83c2788

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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@v5
1818
with:
19-
go-version: 1.24.x
19+
go-version: 1.25.x
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
@@ -22,7 +22,7 @@ jobs:
2222
- name: Install Go
2323
uses: actions/setup-go@v5
2424
with:
25-
go-version: '>=1.24'
25+
go-version: '>=1.25'
2626
- name: Install task
2727
uses: jaxxstorm/action-install-gh-release@v2.1.0
2828
with:

.github/workflows/snapshot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Install Go
1919
uses: actions/setup-go@v5
2020
with:
21-
go-version: '>=1.24'
21+
go-version: '>=1.25'
2222
- name: Install task
2323
uses: jaxxstorm/action-install-gh-release@v2.1.0
2424
with:

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Install Go
1414
uses: actions/setup-go@v5
1515
with:
16-
go-version: '>=1.24'
16+
go-version: '>=1.25'
1717

1818
-
1919
# Add support for more platforms with QEMU (optional)

0 commit comments

Comments
 (0)