Skip to content

Commit

Permalink
use go version 1.20
Browse files Browse the repository at this point in the history
  • Loading branch information
Ankit Charolia committed Jul 19, 2023
1 parent dc82111 commit 4e88784
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,13 @@ jobs:
with:
fetch-depth: 0

- name: Fetch all tags
run: git fetch --force --tags

- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 'stable'
go-version: '1.20'

- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v4
Expand Down

0 comments on commit 4e88784

Please sign in to comment.