Bump Go to 1.18.2 (#1462)

As a part of #1298, I'm going to use Go fuzzing which is availabls since Go 1.18.

Co-authored-by: Callum Tait <15716903+toast-gear@users.noreply.github.com>
This commit is contained in:
Yusuke Kuoka
2022-05-19 18:33:31 +09:00
committed by GitHub
parent 536692181b
commit 84210f3d2b
6 changed files with 7 additions and 52 deletions

View File

@@ -20,7 +20,7 @@ jobs:
- uses: actions/setup-go@193b404f8a1d1dccaf6ed9bf03cdb68d2d02020f
with:
go-version: '1.17.7'
go-version: '1.18.2'
- name: Install tools
run: |

View File

@@ -27,7 +27,7 @@ jobs:
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
- uses: actions/setup-go@193b404f8a1d1dccaf6ed9bf03cdb68d2d02020f
with:
go-version: '1.17.7'
go-version: '1.18.2'
check-latest: false
- run: go version
- uses: actions/cache@95f200e41cfa87b8e07f30196c0df17a67e67786