chore: update to go 1.20

This commit is contained in:
Pete Davison
2023-02-13 13:28:49 +00:00
parent 28c5f4a635
commit ab1fe742f3
6 changed files with 9 additions and 6 deletions

View File

@@ -15,7 +15,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.19.x
go-version: 1.20.x
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2