Skip to content
This repository was archived by the owner on Dec 13, 2022. It is now read-only.

Commit 165d8a6

Browse files
committed
Update to Go 1.9
1 parent 8d1739b commit 165d8a6

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
language: go
22
go_import_path: qvl.io/sleepto
33
go:
4-
- 1.8.1
4+
- 1.9
55
os:
66
- linux
77
- osx

goreleaser.yml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
homepage: &homepage https://qvl.io/sleepto
2-
description: &description Alternative to traditional task schedulers
31
build:
42
goos:
53
- windows
@@ -28,13 +26,13 @@ brew:
2826
owner: qvl
2927
name: homebrew-tap
3028
folder: Formula
31-
homepage: *homepage
32-
description: *description
29+
homepage: https://qvl.io/sleepto
30+
description: Alternative to traditional task schedulers
3331
fpm:
34-
homepage: *homepage
35-
description: *description
32+
homepage: https://qvl.io/sleepto
33+
description: Alternative to traditional task schedulers
3634
maintainer: Jorin Vogel <[email protected]>
3735
license: MIT
38-
vendor: GoReleaser
36+
vendor: qvl
3937
formats:
4038
- deb

0 commit comments

Comments
 (0)