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: |
|
||||
|
@ -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
|
||||
|
Submodule deploy/ansible-deployment updated: d5366d46e7...b931a4972c
Reference in New Issue
Block a user