From a1613a08e87aa82b303ddbedab4182b3b395a216 Mon Sep 17 00:00:00 2001 From: Pierre Dubouilh Date: Fri, 1 Apr 2022 14:14:25 +0200 Subject: [PATCH] bump go to 1.18 (#79) --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index adde68c..9a28cb0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,10 +6,10 @@ jobs: runs-on: ubuntu-latest steps: - - name: Set up Go 1.17.3 + - name: Set up Go 1.18 uses: actions/setup-go@v1 with: - go-version: 1.17.3 + go-version: 1.18 id: go - name: Check out code into the Go module directory