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
|
- name: Set up Go
|
||||||
uses: actions/setup-go@v2
|
uses: actions/setup-go@v2
|
||||||
with:
|
with:
|
||||||
go-version: 1.16
|
go-version: 1.18
|
||||||
- uses: actions/cache@v2
|
- uses: actions/cache@v2
|
||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
|
@ -24,7 +24,12 @@ linters-settings:
|
|||||||
settings:
|
settings:
|
||||||
mnd:
|
mnd:
|
||||||
# don't include "assign"
|
# don't include "assign"
|
||||||
checks: argument,case,condition,operation,return
|
checks:
|
||||||
|
- argument
|
||||||
|
- case
|
||||||
|
- condition
|
||||||
|
- operation
|
||||||
|
- return
|
||||||
importas:
|
importas:
|
||||||
unaliased: false
|
unaliased: false
|
||||||
lll:
|
lll:
|
||||||
@ -38,7 +43,7 @@ linters-settings:
|
|||||||
nakedret:
|
nakedret:
|
||||||
max-func-lines: 5
|
max-func-lines: 5
|
||||||
stylecheck:
|
stylecheck:
|
||||||
go: "1.16"
|
go: "1.18"
|
||||||
|
|
||||||
linters:
|
linters:
|
||||||
disable-all: true
|
disable-all: true
|
||||||
|
Submodule deploy/ansible-deployment updated: d5366d46e7...b931a4972c
Reference in New Issue
Block a user