From 67f59218943197822b3b7c5f01c5167ed72e0731 Mon Sep 17 00:00:00 2001 From: Joe Rozner Date: Tue, 19 Apr 2022 09:49:13 -0700 Subject: [PATCH] Bump Go to 1.18.1 (#58) --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 97162fd..980640e 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -29,7 +29,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, macos-latest] - go-version: ['1.18'] + go-version: ['1.18.1'] fail-fast: false runs-on: ${{ matrix.os }}