From dbc54383f95cf32c7695317cab6e21676c9fd5c9 Mon Sep 17 00:00:00 2001 From: Leo Durrant Date: Sun, 3 Mar 2024 02:48:02 +0000 Subject: [PATCH] fix: version of go --- .github/workflows/build-cache-server.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-cache-server.yml b/.github/workflows/build-cache-server.yml index b9ba5db..2317a65 100644 --- a/.github/workflows/build-cache-server.yml +++ b/.github/workflows/build-cache-server.yml @@ -16,7 +16,7 @@ jobs: - name: Download Go uses: actions/setup-go@v5 with: - go-version: '^1.22.1' + go-version: '^1.22' - name: Build run: |