Skip to content

Commit 280a4cc

Browse files
committed
Bumping versions in GHA too
1 parent b9ee465 commit 280a4cc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Setup Go
1616
uses: actions/setup-go@v5
1717
with:
18-
go-version: "1.24.x"
18+
go-version: "1.25.x"
1919
- run: go version
2020

2121
- name: Install dependencies

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Setup Go
1616
uses: actions/setup-go@v5
1717
with:
18-
go-version: "1.24.x"
18+
go-version: "1.25.x"
1919
- run: go version
2020

2121
- name: Install dependencies

0 commit comments

Comments
 (0)