Upgrade go compiler to 1.19 (#84)

Version 1.16 was already unsupported and I believe is causing errors
generating binaries.
This commit is contained in:
Javi Fontan 2022-10-07 19:10:42 +02:00 committed by GitHub
parent 0fa2c09fbc
commit 13f23a5ebe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v1
with:
go-version: 1.16.x
go-version: 1.19.x
- name: Checkout code
uses: actions/checkout@v2
@ -81,7 +81,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.16
go-version: 1.19
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2