Skip to content

Commit

Permalink
cicd fix Go setup
Browse files Browse the repository at this point in the history
  • Loading branch information
den-is committed Mar 27, 2023
1 parent 22456ed commit 0e094c8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v4
with:
go-version: 1.20
go-version-file: go.mod
check-latest: true

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

0 comments on commit 0e094c8

Please sign in to comment.