From 5c843ae22250f735141a522fd96ca0dd6bfa064b Mon Sep 17 00:00:00 2001 From: Andreas Auernhammer Date: Mon, 18 Apr 2022 19:31:23 +0200 Subject: [PATCH] update Go version of CI tests This commit updates the CI tests to use Go 1.18. Signed-off-by: Andreas Auernhammer --- .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 310c28db..0bcae3b2 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -37,7 +37,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - go-version: [1.17.x] + go-version: [1.18.x] os: [ubuntu-latest, windows-latest, macos-latest] steps: - name: Set up Go ${{ matrix.go-version }} on ${{ matrix.os }} @@ -60,7 +60,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - go-version: [1.17.x] + go-version: [1.18.x] steps: - name: Set up Go ${{ matrix.go-version }} uses: actions/setup-go@v3