From 6ba726536456b252c385de09dfae1c2ce6d85c19 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gustavo=20I=C3=B1iguez=20Goia?= Date: Fri, 14 Feb 2025 23:28:31 +0100 Subject: [PATCH] tests: bumped minimum Go required version to v1.21 --- .github/workflows/go.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 307b9d30..76c4d386 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -17,10 +17,10 @@ jobs: name: Build runs-on: ubuntu-latest steps: - - name: Set up Go 1.20.10 + - name: Set up Go 1.21.13 uses: actions/setup-go@v3 with: - go-version: 1.20.10 + go-version: 1.21.13 id: go - name: Check out code into the Go module directory