Skip to content

Commit 243a78b

Browse files
committed
ci: bumped to go 1.25
1 parent 1e077a9 commit 243a78b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
- name: Set up Go
5555
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6
5656
with:
57-
go-version: '1.24'
57+
go-version: '1.25'
5858

5959
- name: Import GPG key
6060
uses: crazy-max/ghaction-import-gpg@e89d40939c28e39f97cf32126055eeae86ba74ec # v6

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Install Go
3030
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6
3131
with:
32-
go-version: '1.24'
32+
go-version: '1.25'
3333

3434
- name: Lint
3535
if: ${{ matrix.os == 'ubuntu-24.04' }}

0 commit comments

Comments
 (0)