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 defaults: &defaults
working_directory: /go/src/github.com/gohugoio working_directory: /go/src/github.com/gohugoio
docker: docker:
- image: bepsays/ci-goreleaser:0.34.2-10 - image: bepsays/ci-goreleaser:0.34.2-11
version: 2 version: 2
jobs: jobs:

View file

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

View file

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