update workflows to go 1.26.1

This commit is contained in:
Robin Olsen
2026-03-18 14:51:34 +01:00
parent 2ebb8be83b
commit 08d9f741ea
2 changed files with 2 additions and 2 deletions

View File

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

View File

@@ -21,7 +21,7 @@ jobs:
name: Set up Go
uses: actions/setup-go@v6
with:
go-version: '1.25.6'
go-version: '1.26.1'
-
name: Run GoReleaser
uses: goreleaser/goreleaser-action@v7