Specify version of go

This commit is contained in:
MrMeeb 2024-05-06 13:07:45 +00:00
parent 0462288bcc
commit 4623cd5176

View File

@ -54,6 +54,8 @@ jobs:
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.22.2
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v5
with: