From 79f031ae9a0c789cd8694e134067722945d99262 Mon Sep 17 00:00:00 2001 From: Hajime Hoshi Date: Wed, 6 Apr 2022 12:54:32 +0900 Subject: [PATCH] test with Go 1.18 --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7a62d9a99..1adfbf329 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -7,7 +7,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, macos-latest, windows-latest] - go: ['1.15.x', '1.16.x', '1.17.x'] + go: ['1.15.x', '1.16.x', '1.17.x', '1.18.x'] name: Test with Go ${{ matrix.go }} on ${{ matrix.os }} runs-on: ${{ matrix.os }} env: