From: Jeff Halter Date: Mon, 10 Jun 2024 00:00:16 +0000 (-0700) Subject: Update go.yml X-Git-Url: https://git.r.bdr.sh/rbdr/mobius/commitdiff_plain/6729b2be6c22a37bb21863cc1a9ae4abe299f89d Update go.yml --- 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: