Update golang (#60)

This commit is contained in:
T.v.Dein
2025-09-18 20:13:02 +02:00
committed by GitHub
parent 36a7d9f0c8
commit 62c975206f
4 changed files with 100 additions and 4 deletions

View File

@@ -13,7 +13,7 @@ jobs:
build:
strategy:
matrix:
version: ['1.23']
version: ['1.24']
os: [ubuntu-latest, macos-latest, windows-latest]
name: Build
runs-on: ${{ matrix.os }}
@@ -50,7 +50,7 @@ jobs:
steps:
- uses: actions/setup-go@v5
with:
go-version: 1.23
go-version: 1.24
- uses: actions/checkout@v5
- 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.23.5
go-version: 1.24.1
- name: Build the executables
run: ./mkrel.sh anydb ${{ github.ref_name}}