aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/go.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml
index 2e9107f..7f2c24b 100644
--- a/.github/workflows/go.yml
+++ b/.github/workflows/go.yml
@@ -18,6 +18,8 @@ jobs:
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@v5
+ with:
+ go-version: '1.22.4'
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v5
with: