Skip to content

Commit

Permalink
Update to Go 1.10 (!)
Browse files Browse the repository at this point in the history
  • Loading branch information
bep committed Feb 16, 2018
1 parent efd5063 commit ff10c15
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defaults: &defaults
working_directory: /go/src/github.com/gohugoio
docker:
- image: bepsays/ci-goreleaser:0.34.2-8
- image: bepsays/ci-goreleaser:0.34.2-9

version: 2
jobs:
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ language: go
sudo: required
dist: precise
go:
- 1.8.7
- 1.9.4
- 1.10
- tip
os:
- linux
Expand Down
2 changes: 1 addition & 1 deletion snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ parts:
strip --remove-section=.comment --remove-section=.note $SNAPCRAFT_PART_INSTALL/bin/hugo
after: [go]
go:
source-tag: go1.9.4
source-tag: go1.10

0 comments on commit ff10c15

Please sign in to comment.