Second try: Update to Go 1.10 (!)

This commit is contained in:
Bjørn Erik Pedersen 2018-02-17 00:34:38 +01:00
parent 0c452c6e7d
commit a3f26e5636
No known key found for this signature in database
GPG key ID: 330E6E2BD4859D8F
3 changed files with 3 additions and 3 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-8 - image: bepsays/ci-goreleaser:0.34.2-9
version: 2 version: 2
jobs: jobs:

View file

@ -2,8 +2,8 @@ language: go
sudo: required sudo: required
dist: precise dist: precise
go: go:
- 1.8.7
- 1.9.4 - 1.9.4
- "1.10"
- tip - tip
os: os:
- linux - linux

View file

@ -36,4 +36,4 @@ parts:
strip --remove-section=.comment --remove-section=.note $SNAPCRAFT_PART_INSTALL/bin/hugo strip --remove-section=.comment --remove-section=.note $SNAPCRAFT_PART_INSTALL/bin/hugo
after: [go] after: [go]
go: go:
source-tag: go1.9.4 source-tag: go1.10