Update Go to 1.17

This commit is contained in:
Hajime Hoshi 2021-08-17 12:21:53 +09:00
parent 226e981ebe
commit 253509356f
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ jobs:
env: env:
DISPLAY: ':99.0' DISPLAY: ':99.0'
STEAM_RUNTIME_VERSION: '0.20210721.1' STEAM_RUNTIME_VERSION: '0.20210721.1'
GO_VERSION: '1.16.7' GO_VERSION: '1.17'
defaults: defaults:
run: run:
shell: bash shell: bash

View File

@ -7,7 +7,7 @@ jobs:
strategy: strategy:
matrix: matrix:
os: [ubuntu-latest, macos-latest, windows-latest] os: [ubuntu-latest, macos-latest, windows-latest]
go: ['1.15.15', '1.16.7', '1.17.0-rc2'] go: ['1.15.15', '1.16.7', '1.17.0']
name: Test with Go ${{ matrix.go }} on ${{ matrix.os }} name: Test with Go ${{ matrix.go }} on ${{ matrix.os }}
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
env: env: