Build with go 1.22

This commit is contained in:
Manuel Rüger
2024-07-26 00:43:03 +02:00
parent 349224d2aa
commit 1eb1b2454c
3 changed files with 4 additions and 4 deletions

View File

@@ -16,7 +16,7 @@ jobs:
- name: Set Up Go
uses: actions/setup-go@v5
with:
go-version: "1.21"
go-version: "1.22"
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v6
with: