We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb53823 commit e54f276Copy full SHA for e54f276
Makefile
@@ -1,3 +1,2 @@
1
all:
2
GOOS=linux GOARCH=amd64 go build -o=./bin/gotest_linux
3
- gsutil cp bin/* gs://jbd-releases
README.md
@@ -9,7 +9,7 @@ Like `go test` but with colors.
9
Use the pre-built binary for Linux 64-bit:
10
11
```
12
-$ curl http://storage.googleapis.com/jbd-releases/gotest_linux > gotest && chmod +x gotest
+$ curl https://gotest-release.s3.amazonaws.com/gotest_linux > gotest && chmod +x gotest
13
14
15
Alternatively:
0 commit comments