Skip to content

Commit

Permalink
chore: Update Go version to 1.19
Browse files Browse the repository at this point in the history
  • Loading branch information
samcm committed Aug 30, 2023
1 parent 60add8a commit 25b6d9c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,10 @@ jobs:
echo "RELEASE_SUFFIX=$RELEASE_SUFFIX" >> $GITHUB_ENV
echo "Release suffix: $RELEASE_SUFFIX"
-
name: Set up Go
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: '1.19'
-
name: Set up NodeJS
uses: actions/setup-node@v3
Expand Down

0 comments on commit 25b6d9c

Please sign in to comment.