Bump to go 1.26.1

This commit is contained in:
Manuel Rüger 2026-03-11 19:35:02 +01:00
parent de71225164
commit 76c4dfa16b
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ on:
- master
env:
GO_VERSION: "1.25.6"
GO_VERSION: "1.26.1"
jobs:
# Runs Golangci-lint on the source code

View File

@ -16,7 +16,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
with: