Fixing the go release to 1.2
Signed-off-by: Rob Dobson <rob.dobson@citrix.com>
This commit is contained in:
parent
351fdbba9d
commit
75290051a1
@ -1,7 +1,7 @@
|
||||
language: go
|
||||
go:
|
||||
# Test with the first and the latest go release - to ensure compatibility
|
||||
- 1
|
||||
- 1.2
|
||||
- release
|
||||
script:
|
||||
- gofmtresult=$(gofmt -s -l .); if [[ -n $gofmtresult ]]; then echo -e "Please run \"gofmt -s -w .\" before committing for the below:\n$gofmtresult"; false; fi
|
||||
|
Loading…
Reference in New Issue
Block a user