actions: Update go version to 1.20

This commit is contained in:
Jonah Brüchert 2023-07-18 14:03:59 +02:00
parent 7699df2c80
commit 456c172776
No known key found for this signature in database
GPG key ID: A81E075ABEC80A7E
4 changed files with 10 additions and 10 deletions

View file

@ -30,7 +30,7 @@ jobs:
- name: Set up GoReleaser
uses: actions/setup-go@v2
with:
go-version: "1.19"
go-version: "1.20"
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2