Skip to content
This repository has been archived by the owner on Apr 14, 2021. It is now read-only.

Commit

Permalink
Issue #129: Upgrade to go 1.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
bpicode committed Feb 10, 2018
1 parent b63ac03 commit 4b158fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ sudo: false
language: go

go:
- 1.9.3
- 1.9.4

go_import_path: github.com/bpicode/fritzctl

Expand Down
2 changes: 1 addition & 1 deletion circle.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
machine:
environment:
GODIST: "go1.9.3.linux-amd64.tar.gz"
GODIST: "go1.9.4.linux-amd64.tar.gz"
IMPORT_PATH: "github.com/$CIRCLE_PROJECT_REPONAME"
GOROOT: /usr/local/go

Expand Down

0 comments on commit 4b158fa

Please sign in to comment.