go 1.17.2

This commit is contained in:
Arthur Morgan 2021-10-13 00:49:48 +08:00
parent 575c7a9687
commit 3f3b54f673
2 changed files with 2 additions and 2 deletions

View File

@ -123,7 +123,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: ^1.17.1
go-version: ^1.17.2
- name: Get project dependencies
run: go mod download

View File

@ -28,7 +28,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: ^1.17.1
go-version: ^1.17.2
- name: Checkout codebase
uses: actions/checkout@v2