aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorJeff Halter <868228+jhalter@users.noreply.github.com>2024-06-09 17:00:16 -0700
committerGitHub <noreply@github.com>2024-06-09 17:00:16 -0700
commit6729b2be6c22a37bb21863cc1a9ae4abe299f89d (patch)
treed665fe7a51a9a0737da8047ca60762220a86f962 /.github/workflows
parent89e46a200bc05aabd8350ff2fb0df599cdc15ba3 (diff)
Update go.yml
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: