Skip to content

Commit

Permalink
Add CI tests for ARM64
Browse files Browse the repository at this point in the history
  • Loading branch information
Ciprian Hacman authored and hakman committed Jan 28, 2021
1 parent 8daa61c commit 3cc309c
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .travis.yml
@@ -1,8 +1,7 @@
language: go
dist: xenial
go:
- 1.12.x
- 1.13.x
arch: arm64
dist: focal
go: 1.15.x
script:
- diff -u <(echo -n) <(gofmt -d *.go)
- diff -u <(echo -n) <(golint $(go list -e ./...) | grep -v YAMLToJSON)
Expand Down

0 comments on commit 3cc309c

Please sign in to comment.