Update Go version in GitHub Actions workflows to 1.24

- .github/workflows/go.yml
  - Updated `go-version` from 1.20 to 1.24.

- .github/workflows/test-and-release.yml
  - Updated `go-version` from 1.22 to 1.24 in two workflow steps.
This commit is contained in:
2025-08-07 20:54:59 +01:00
parent 3fe4537cd9
commit 9020bb8164
2 changed files with 3 additions and 3 deletions

View File

@@ -19,7 +19,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.20'
go-version: '1.24'
- name: Build
run: go build -v ./...

View File

@@ -15,7 +15,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.22
go-version: 1.24
- name: Cache Go modules
uses: actions/cache@v4
with:
@@ -39,7 +39,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.22
go-version: 1.24
- name: Build binaries
run: |
mkdir -p dist