go 1.17.6 (#900)

* go 1.17.6
This commit is contained in:
Machtergreifung 2022-01-15 06:49:46 +08:00 committed by GitHub
parent 9ad26fa049
commit dde033ca1f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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.5
go-version: ^1.17.6
- 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.5
go-version: ^1.17.6
- name: Checkout codebase
uses: actions/checkout@v2