From 3df29bde9f47b286fa5ae396a46abe734d37b0dc Mon Sep 17 00:00:00 2001 From: Adam Jensen Date: Tue, 21 Feb 2023 20:56:36 -0500 Subject: [PATCH] CI: Upgrade to Go 1.20.1 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cebd998..6a26276 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v3 with: - go-version: 1.19 + go-version: 1.20.1 - name: Check out code into the Go module directory uses: actions/checkout@v3