Skip to content

Commit

Permalink
Upgrade go compiler to 1.19 (#84)
Browse files Browse the repository at this point in the history
Version 1.16 was already unsupported and I believe is causing errors
generating binaries.
  • Loading branch information
jfontan committed Oct 7, 2022
1 parent 0fa2c09 commit 13f23a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 13f23a5

Please sign in to comment.