From fcd716fe8341846a9d82884b37fb31054fb6657f Mon Sep 17 00:00:00 2001 From: Joe Fitzgerald Date: Sat, 4 Feb 2023 09:11:01 -0700 Subject: [PATCH] update CI to run with supported go versions Signed-off-by: Joe Fitzgerald --- .github/workflows/go.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 05a007d..d4e3768 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -15,7 +15,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v2 with: - go-version: 1.19 + go-version: 1.20 - name: Build and Test run: ./scripts/ci.sh