Build with go 1.23

This commit is contained in:
Manuel Rüger
2024-09-09 21:34:29 +02:00
parent 1e91fe184f
commit f7dda910c5
4 changed files with 9 additions and 11 deletions

View File

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