Specify version of go
All checks were successful
Build Develop Image / Build Image (push) Successful in 32s
Build Develop Image / Notify (push) Successful in 3s
Test Pull Request / Build Image (pull_request) Successful in 24s
Test Pull Request / Notify (pull_request) Successful in 3s

This commit is contained in:
MrMeeb 2024-05-06 13:07:45 +00:00
parent 185ebc4b53
commit 3b5b29602d
Signed by: MrMeeb
SSH Key Fingerprint: SHA256:9ii6CJ11ZIZeIhBYDDUsxf/W0cwSp5Iqzb10Iydh3a4

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: