Chore: update golang version to 1.17.x

This commit is contained in:
HFO4
2022-03-02 19:29:18 +08:00
parent 7214e59c25
commit 050a68a359
5 changed files with 7 additions and 7 deletions

View File

@@ -10,10 +10,10 @@ jobs:
runs-on: ubuntu-18.04
steps:
- name: Set up Go 1.13
- name: Set up Golang
uses: actions/setup-go@v1
with:
go-version: 1.13
go-version: 1.17
id: go
- name: Check out code into the Go module directory