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:
|
||||
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
|
||||
|
||||
|
|
Loading…
Reference in New Issue