Skip to content

Commit 69e2762

Browse files
authored
Bump Go to 1.25 (#85)
Signed-off-by: Igor Shishkin <me@teran.dev>
1 parent eb182bb commit 69e2762

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Setup Go
3333
uses: actions/setup-go@v5
3434
with:
35-
go-version: '1.24.x'
35+
go-version: '1.25.x'
3636
- name: Install dependencies
3737
run: go mod download
3838
- name: Test with the Go CLI
@@ -57,7 +57,7 @@ jobs:
5757
- name: Setup Go
5858
uses: actions/setup-go@v5
5959
with:
60-
go-version: '1.24.x'
60+
go-version: '1.25.x'
6161
- name: Install dependencies
6262
run: go mod download
6363
- name: Build & Publish release release

.github/workflows/verify.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Setup Go
3535
uses: actions/setup-go@v5
3636
with:
37-
go-version: '1.24.x'
37+
go-version: '1.25.x'
3838
- name: Install dependencies
3939
run: go mod download
4040
- name: Test with the Go CLI
@@ -47,7 +47,7 @@ jobs:
4747
- name: Setup Go
4848
uses: actions/setup-go@v4
4949
with:
50-
go-version: '1.24.x'
50+
go-version: '1.25.x'
5151
- name: Install dependencies
5252
run: go mod download
5353
- name: Build project against .goreleaser.yaml

0 commit comments

Comments
 (0)