Bump Go version to 1.20.x

This commit is contained in:
Takumi Sueda 2023-03-08 11:54:40 +09:00
parent ce38fa40be
commit 3af95d6d07

View file

@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go: [ '1.16' ]
go: [ '~1.20.2' ]
name: Go ${{ matrix.go }} test
steps:
- name: Checkout repository