From 948fb96914ac1ca6e08bdf0c9e12c8a76b5fbd3b Mon Sep 17 00:00:00 2001 From: Phillip Miller Date: Wed, 4 May 2022 16:45:03 -0400 Subject: [PATCH] bump workflow to go 1.18 --- .github/workflows/ci.yml | 4 ++-- .github/workflows/codecov-coverage-reporter.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 195a6db..3f9116f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: # The type of runner that the job will run on strategy: matrix: - go-version: [1.17.x] + go-version: [1.18.x] os: [ubuntu-latest, macos-latest] runs-on: ${{ matrix.os }} @@ -71,7 +71,7 @@ jobs: - name: Setup Go uses: actions/setup-go@v3 with: - go-version: 1.17.x + go-version: 1.18.x # Cache go mod cache - name: Go Mod Cache diff --git a/.github/workflows/codecov-coverage-reporter.yml b/.github/workflows/codecov-coverage-reporter.yml index f831432..ebb2b60 100644 --- a/.github/workflows/codecov-coverage-reporter.yml +++ b/.github/workflows/codecov-coverage-reporter.yml @@ -10,7 +10,7 @@ jobs: coverage-reporter: strategy: matrix: - go-version: [1.17.x] + go-version: [1.18.x] os: [ubuntu-latest, macos-latest] runs-on: ${{ matrix.os }}