Bump Go versions

Fixes #4545
This commit is contained in:
Bjørn Erik Pedersen 2018-04-09 11:01:01 +02:00
parent d7f47b780c
commit 230f2b8c4f
No known key found for this signature in database
GPG key ID: 330E6E2BD4859D8F
3 changed files with 4 additions and 4 deletions

View file

@ -1,7 +1,7 @@
defaults: &defaults
working_directory: /go/src/github.com/gohugoio
docker:
- image: bepsays/ci-goreleaser:0.34.2-10
- image: bepsays/ci-goreleaser:0.34.2-11
version: 2
jobs:

View file

@ -4,8 +4,8 @@ dist: trusty
git:
depth: false
go:
- 1.9.4
- "1.10"
- 1.9.5
- "1.10.1"
- tip
os:
- linux

View file

@ -43,4 +43,4 @@ parts:
mv hugo-completion $SNAPCRAFT_PART_INSTALL/hugo-completion
after: [go]
go:
source-tag: go1.10
source-tag: go1.10.1