From e96d6760434c0915e3952b937ee71131317870d3 Mon Sep 17 00:00:00 2001 From: Tricia Bogen Date: Fri, 18 Aug 2023 21:06:39 -0700 Subject: [PATCH] use 1.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 c9ca23a..ad79f02 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -10,10 +10,10 @@ jobs: name: Build runs-on: ubuntu-latest steps: - - name: Set up Go 1.15 + - name: Set up Go 1.21 uses: actions/setup-go@v1 with: - go-version: 1.15 + go-version: 1.21 - name: Check out code into the Go module directory uses: actions/checkout@v2 - name: build