Skip to content

Commit 77cbd00

Browse files
committed
Update Travis and snapcraft to Go 1.9.2
See #4064
1 parent 764f130 commit 77cbd00

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

‎.travis.yml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ language: go
22
sudo: required
33
dist: precise
44
go:
5-
- 1.8.4
6-
- 1.9.1
5+
- 1.8.5
6+
- 1.9.2
77
- tip
88
os:
99
- linux

‎snapcraft.yaml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ parts:
3737
strip --remove-section=.comment --remove-section=.note $SNAPCRAFT_PART_INSTALL/bin/hugo
3838
after: [go]
3939
go:
40-
source-tag: go1.9.1
40+
source-tag: go1.9.2

0 commit comments

Comments
 (0)