From c3b712a54e23e56e51640b3ef5b48cee11dc8f78 Mon Sep 17 00:00:00 2001 From: Hajime Hoshi Date: Wed, 16 Mar 2022 03:00:22 +0900 Subject: [PATCH] add Go 1.18 for testing --- .github/workflows/steam.yml | 2 +- .github/workflows/test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/steam.yml b/.github/workflows/steam.yml index 0952b7475..7cdcf7bca 100644 --- a/.github/workflows/steam.yml +++ b/.github/workflows/steam.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest env: DISPLAY: ':99.0' - GO_VERSION: '1.17' + GO_VERSION: '1.18' defaults: run: shell: bash diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ebf8c0d88..c12bd0553 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: