From 47ecaee01d3abaa4beb51dabd6c9c57b0037d498 Mon Sep 17 00:00:00 2001 From: Alan Norton Date: Fri, 9 Jul 2021 17:19:24 -0400 Subject: [PATCH] update ci to golang-1.16.5 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 44c9d10..d2bcfa9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: strategy: matrix: os: [macos-latest, macos-11.0, ubuntu-latest] - go-version: [1.15, 1.16.2] + go-version: [1.15, 1.16.5] ruby-version: [2.7] name: ${{ matrix.os }} / go-${{ matrix.go-version }}