Update lint and move back to arm64 for compliance

Signed-off-by: jolheiser <john.olheiser@gmail.com>
pull/6/head
jolheiser 2020-11-22 22:32:04 -06:00
parent 136b45e90a
commit b1b77fd81f
Signed by: jolheiser
GPG Key ID: B853ADA5DA7BBF7A
2 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,7 @@ name: compliance
platform:
os: linux
arch: amd64
arch: arm64
trigger:
event:
@ -30,7 +30,7 @@ steps:
- name: lint
pull: always
image: golangci/golangci-lint:v1.31
image: golangci/golangci-lint:v1.32
commands:
- golangci-lint --timeout 5m run

View File

@ -1,7 +1,7 @@
# To lint, install Earthly and run `earth +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