go 1.17.5

This commit is contained in:
tritu 2021-12-14 23:18:47 -08:00 committed by yuhan6665
parent b0a08d3ed3
commit 756bac7fa4
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.2
go-version: ^1.17.5
- 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.2
go-version: ^1.17.5
- name: Checkout codebase
uses: actions/checkout@v2