From 7181039f27afc4a7ada38214e12d86b559683799 Mon Sep 17 00:00:00 2001 From: Chris O'Haver Date: Mon, 1 Jul 2024 07:32:56 -0400 Subject: [PATCH] Update go version --- .github/workflows/go.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index e2630a3..a27cdcf 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -8,7 +8,7 @@ jobs: - name: Setup Go uses: actions/setup-go@v2 with: - go-version: 1.17 + go-version: 1.21 stable: true - run: | @@ -32,7 +32,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v2 with: - go-version: 1.17 + go-version: 1.21 stable: true - name: Check code @@ -52,7 +52,7 @@ jobs: - name: Install Go uses: actions/setup-go@v2 with: - go-version: 1.17 + go-version: 1.21 stable: true - name: Check out code