From fc5a53bdac23b6624fd2514dea2d7c35a12971f0 Mon Sep 17 00:00:00 2001 From: Pierre Dubouilh Date: Fri, 1 Apr 2022 14:11:01 +0200 Subject: [PATCH] bump go to 1.18 --- .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