Skip to content

Commit 9473210

Browse files
committed
Merge pull request docker-archive-public#1932 from hairyhenderson/upgrade-to-go-1.5.1
Updating CI builds to use Go 1.5.1
2 parents 6a5219b + 7a3f2ec commit 9473210

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
language: go
22
go:
3-
- 1.5
3+
- 1.5.1
44
install:
55
- go get github.com/mattn/goveralls
66
script:

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.5
1+
FROM golang:1.5.1
22

33
RUN go get github.com/golang/lint/golint \
44
github.com/mattn/goveralls \

circle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ machine:
88
# - sudo apt-get install -y virtualbox
99

1010
post:
11-
- gvm install go1.5 -B --name=stable
11+
- gvm install go1.5.1 -B --name=stable
1212

1313
environment:
1414
# Convenient shortcuts to "common" locations

0 commit comments

Comments
 (0)