Skip to content
This repository was archived by the owner on Dec 28, 2024. It is now read-only.

Commit 24ac018

Browse files
authored
Update Go compiler version in GHA (#83)
1 parent b0c3a42 commit 24ac018

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
name: Set up Go
2222
uses: actions/setup-go@v2
2323
with:
24-
go-version: 1.16
24+
go-version: 1.19
2525
-
2626
name: Set up Snapcraft
2727
run: |
@@ -43,4 +43,4 @@ jobs:
4343
version: latest
4444
args: release --rm-dist
4545
env:
46-
GITHUB_TOKEN: ${{ secrets.GORELEASER_GITHUB_TOKEN }}
46+
GITHUB_TOKEN: ${{ secrets.GORELEASER_GITHUB_TOKEN }}

0 commit comments

Comments
 (0)