From a06edefb55f85f5d5687a3127f072e2413579833 Mon Sep 17 00:00:00 2001 From: Nick Italiano Date: Mon, 21 Oct 2024 11:09:15 -0400 Subject: [PATCH] Pins go version to whats in go.mod (#210) --- .github/actions/setup/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/setup/action.yml b/.github/actions/setup/action.yml index 8acd8938..71da2707 100644 --- a/.github/actions/setup/action.yml +++ b/.github/actions/setup/action.yml @@ -10,7 +10,7 @@ runs: - name: Setup Go uses: actions/setup-go@v4 with: - go-version: '^1.22' + go-version: '1.22.3' - name: Setup Just uses: extractions/setup-just@v1