Skip to content

Commit

Permalink
Update go-lint.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
paulfantom authored Sep 10, 2018
1 parent c243004 commit d72b9e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/go-lint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ else
--env IS_CONTAINER=TRUE \
--volume "${PWD}:/go/src/sigs.k8s.io/cluster-api-provider-aws:z" \
--workdir /go/src/sigs.k8s.io/cluster-api-provider-aws \
openshift/origin-release:golang-1.11 \
openshift/origin-release:golang-1.10 \
./hack/go-lint.sh "${@}"
fi

0 comments on commit d72b9e2

Please sign in to comment.