upgrade: go to v1.18

This commit is contained in:
zenix 2022-05-12 20:07:11 +09:00
parent 2bea47003f
commit 0b32e8b959
2 changed files with 2 additions and 2 deletions

View File

@ -47,7 +47,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.17
go-version: 1.18
- name: Install Migration Tool
run: go install github.com/c9s/rockhopper/cmd/rockhopper@v1.2.1

View File

@ -20,7 +20,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v2
with:
go-version: 1.17.5
go-version: 1.18
- name: Install Node
uses: actions/setup-node@v2
with: