Use even newer Go version

This commit is contained in:
Jesse Duffield 2025-12-20 09:39:26 +11:00
parent 3580e04b8d
commit 322e10dcb5
2 changed files with 6 additions and 6 deletions

View file

@ -16,7 +16,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v6
with:
go-version: 1.22.x
go-version: 1.24.x
- name: Run goreleaser
uses: goreleaser/goreleaser-action@v1
with:

View file

@ -1,7 +1,7 @@
name: Continuous Integration
env:
GO_VERSION: 1.22
GO_VERSION: 1.24
on:
push:
@ -27,7 +27,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v6
with:
go-version: 1.22.x
go-version: 1.24.x
- name: Cache build
uses: actions/cache@v4
with:
@ -49,7 +49,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v6
with:
go-version: 1.22.x
go-version: 1.24.x
- name: Cache build
uses: actions/cache@v4
with:
@ -77,7 +77,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v6
with:
go-version: 1.22.x
go-version: 1.24.x
- name: Cache build
uses: actions/cache@v4
with:
@ -104,7 +104,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v6
with:
go-version: 1.22.x
go-version: 1.24.x
- name: Cache build
uses: actions/cache@v4
with: