Skip to content

Commit

Permalink
ci: ensure workflow uses at least Go 1.22.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdkleijn authored Oct 9, 2024
1 parent 36c97fc commit 7b1d396
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-add-to-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:

- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '>=1.22.4'

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

0 comments on commit 7b1d396

Please sign in to comment.