Temporarily fixed golang version mismatch
in the ci build docker image step.
This commit is contained in:
2
.github/workflows/docker-image.yml
vendored
2
.github/workflows/docker-image.yml
vendored
@ -21,7 +21,7 @@ jobs:
|
||||
- name: Set up Go
|
||||
uses: actions/setup-go@v2
|
||||
with:
|
||||
go-version: 1.16
|
||||
go-version: 1.18
|
||||
- uses: actions/cache@v2
|
||||
with:
|
||||
path: |
|
||||
|
Reference in New Issue
Block a user