Update lint and move back to arm64 for compliance
Signed-off-by: jolheiser <john.olheiser@gmail.com>pull/6/head
parent
136b45e90a
commit
b1b77fd81f
|
@ -4,7 +4,7 @@ name: compliance
|
||||||
|
|
||||||
platform:
|
platform:
|
||||||
os: linux
|
os: linux
|
||||||
arch: amd64
|
arch: arm64
|
||||||
|
|
||||||
trigger:
|
trigger:
|
||||||
event:
|
event:
|
||||||
|
@ -30,7 +30,7 @@ steps:
|
||||||
|
|
||||||
- name: lint
|
- name: lint
|
||||||
pull: always
|
pull: always
|
||||||
image: golangci/golangci-lint:v1.31
|
image: golangci/golangci-lint:v1.32
|
||||||
commands:
|
commands:
|
||||||
- golangci-lint --timeout 5m run
|
- golangci-lint --timeout 5m run
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# To lint, install Earthly and run `earth +lint`
|
# To lint, install Earthly and run `earth +lint`
|
||||||
# This ensures the usage of the same version of golangci-lint
|
# This ensures the usage of the same version of golangci-lint
|
||||||
|
|
||||||
FROM golangci/golangci-lint:v1.31
|
FROM golangci/golangci-lint:v1.32
|
||||||
|
|
||||||
WORKDIR /tmpl
|
WORKDIR /tmpl
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue