fix workflows
This commit is contained in:
parent
28a299efa8
commit
3dfe5a5bc3
2 changed files with 2 additions and 2 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -11,7 +11,7 @@ jobs:
|
|||
- uses: actions/checkout@v2
|
||||
- uses: actions/setup-go@v2.1.3
|
||||
with:
|
||||
go-version: 1.16.5
|
||||
go-version: 1.17.1
|
||||
- run: |
|
||||
sudo apt update && \
|
||||
sudo apt upgrade && \
|
||||
|
|
Loading…
Reference in a new issue