Temporarily fixed golang version mismatch

in the ci build docker image step.
This commit is contained in:
Maximilian Paß
2022-04-18 13:39:42 +02:00
parent 25f92e5f94
commit b41ce431b8
3 changed files with 9 additions and 4 deletions

View File

@ -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: |