Update Go version to 1.25.6 in workflow

This commit is contained in:
Robin Olsen
2026-02-22 14:23:09 +01:00
committed by GitHub
parent a0535085a0
commit 8a2c6582e4

View File

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