mirror of
https://github.com/buger/goreplay.git
synced 2024-04-21 12:32:02 +00:00
Update to use go 1.4.2
This commit is contained in:
+1
-1
@@ -1,3 +1,3 @@
|
||||
language: go
|
||||
go: 1.3.3
|
||||
go: 1.4.2
|
||||
script: sudo -E bash -c "source /etc/profile && eval '$(gimme 1.4)' && export GOPATH=$HOME/gopath:$GOPATH && go get && GORACE='halt_on_error=1' go test -race -v"
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
FROM google/golang
|
||||
FROM google/golang:1.4
|
||||
|
||||
RUN cd /goroot/src/ && GOOS=linux GOARCH=386 ./make.bash --no-clean
|
||||
|
||||
|
||||
+1
-1
@@ -8,7 +8,7 @@ import (
|
||||
)
|
||||
|
||||
const (
|
||||
VERSION = "0.9.7"
|
||||
VERSION = "0.9.8"
|
||||
)
|
||||
|
||||
// Allows to specify multiple flags with same name and collects all values to array
|
||||
|
||||
Reference in New Issue
Block a user