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

View File

@ -24,7 +24,12 @@ linters-settings:
settings:
mnd:
# don't include "assign"
checks: argument,case,condition,operation,return
checks:
- argument
- case
- condition
- operation
- return
importas:
unaliased: false
lll:
@ -38,7 +43,7 @@ linters-settings:
nakedret:
max-func-lines: 5
stylecheck:
go: "1.16"
go: "1.18"
linters:
disable-all: true