Skip to content

Commit

Permalink
[cicd] Fix go version in cicd (#243)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeland73 committed Dec 21, 2023
1 parent 8bcf74e commit 0213b37
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,12 @@ jobs:
uses: actions/checkout@v3

- name: Set up Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version-file: ./go.mod

- name: Release with goreleaser
uses: goreleaser/goreleaser-action@v3
uses: goreleaser/goreleaser-action@v5
with:
distribution: goreleaser
version: latest
Expand Down

0 comments on commit 0213b37

Please sign in to comment.