update go to 1.24 (#43)

This commit is contained in:
T.v.Dein
2025-09-18 20:41:38 +02:00
committed by GitHub
parent ed69fbeeaa
commit 06aad0649b
4 changed files with 9 additions and 11 deletions

View File

@@ -4,7 +4,7 @@ jobs:
build:
strategy:
matrix:
version: [1.22.1]
version: [1.24.1]
os: [ubuntu-latest, windows-latest, macos-latest]
name: Build
runs-on: ${{ matrix.os }}
@@ -30,7 +30,7 @@ jobs:
steps:
- uses: actions/setup-go@v5
with:
go-version: 1.22
go-version: 1.24
- uses: actions/checkout@v4
- name: golangci-lint
uses: golangci/golangci-lint-action@v8

View File

@@ -15,7 +15,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.22.11
go-version: 1.24.1
- name: Build the executables
run: ./mkrel.sh rpnc ${{ github.ref_name}}