Skip to content
Snippets Groups Projects
Unverified Commit 79df1d06 authored by Angus Lees's avatar Angus Lees
Browse files

Fix go point-release version references

Prefer `1.8.x` rather than `1.8`.  In particular `deploy.on.go=1.8` does
not match (eg) `1.8.3` :(
parent d35b572f
No related branches found
No related tags found
No related merge requests found
language: go
go:
- '1.7'
- '1.8'
- 1.7.x
- 1.8.x
os:
- linux
......@@ -12,12 +12,12 @@ matrix:
include:
- env: TARGET=x86_64-linux-musl
os: linux
go: '1.8'
go: 1.8.x
allow_failures:
# native functions crash. Unclear if this is a golang bug or
# jsonnet_cgo. Want to fix, but not critical since 1.8 works.
- go: '1.7'
- go: 1.7.x
os: osx
addons:
......@@ -88,7 +88,7 @@ deploy:
file: $EXE_NAME
on:
condition: $TARGET = x86_64-linux-musl || $TRAVIS_OS_NAME = osx
go: '1.8'
go: 1.8.x
tags: true
provider: releases
skip_cleanup: true
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment