From c4f4a4116985f5d33e42b90c1f9b8c582b31a017 Mon Sep 17 00:00:00 2001 From: "Alan D. Cabrera" Date: Sat, 4 Jun 2022 13:44:11 -0700 Subject: [PATCH] Add go1.18 to ci matrix --- .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 c028efc..a23f222 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ jobs: test: strategy: matrix: - go-version: [ 1.14.x, 1.15.x, 1.16.x, 1.17.x ] + go-version: [ 1.14.x, 1.15.x, 1.16.x, 1.17.x, 1.18.x ] os: [ ubuntu-latest, macos-latest, windows-latest ] runs-on: ${{ matrix.os }} steps: