Merge pull request #5011 from thaJeztah/setup_go_v2

This commit is contained in:
Akihiro Suda
2021-02-06 00:39:31 +09:00
committed by GitHub
3 changed files with 8 additions and 8 deletions

View File

@@ -60,7 +60,7 @@ jobs:
steps:
- name: Install Go
uses: actions/setup-go@v1
uses: actions/setup-go@v2
with:
go-version: '1.15.8'