From 6729b2be6c22a37bb21863cc1a9ae4abe299f89d Mon Sep 17 00:00:00 2001 From: Jeff Halter <868228+jhalter@users.noreply.github.com> Date: Sun, 9 Jun 2024 17:00:16 -0700 Subject: Update go.yml --- .github/workflows/go.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to '.github/workflows') 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: -- cgit