Update Go version in GitHub Actions workflow

This commit is contained in:
Marc Schäfer
2026-04-04 01:19:47 +02:00
committed by GitHub
parent 3cf2ccdc54
commit eedd813e2f

View File

@@ -19,7 +19,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
with:
go-version: 1.25
go-version: 1.26
- name: Build go
run: go build