From 452f40e59c756946cbf06a15c1b6e71c8c6cadc1 Mon Sep 17 00:00:00 2001 From: Paulo Castello da Costa Date: Thu, 21 Nov 2024 16:32:00 -0800 Subject: [PATCH] Update golang version for actions to 1.21.x. Build currently fails with go version >= 1.22.0. --- .github/workflows/go.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go.yaml b/.github/workflows/go.yaml index 1c6d2570..33424364 100644 --- a/.github/workflows/go.yaml +++ b/.github/workflows/go.yaml @@ -18,7 +18,7 @@ jobs: - name: Set up Go 1.x uses: actions/setup-go@v5.0.1 with: - go-version: ^1.22 + go-version: 1.21.x id: go - name: Check out code into the Go module directory