Chore: use Go v1.16.4 explicitly (#993)

This commit is contained in:
Loyalsoldier
2021-05-11 06:26:39 +08:00
committed by GitHub
parent 07fb242259
commit 026a803781
4 changed files with 7 additions and 5 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ jobs:
- name: Set up Go 1.x
uses: actions/setup-go@v2
with:
go-version: ^1.16.3
go-version: ^1.16.4
- name: Checkout codebase
uses: actions/checkout@v2