Skip to content

Commit

Permalink
Merge pull request #44 from hakman/travisci-arm64
Browse files Browse the repository at this point in the history
Add CI tests for ARM64
  • Loading branch information
k8s-ci-robot committed Jan 28, 2021
2 parents 8daa61c + 3cc309c commit 11e43d4
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 11e43d4

Please sign in to comment.