Skip to content

Commit e54f276

Browse files
committed
Move the prebuilt binary to S3
Fixes #36.
1 parent eb53823 commit e54f276

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
all:
22
GOOS=linux GOARCH=amd64 go build -o=./bin/gotest_linux
3-
gsutil cp bin/* gs://jbd-releases

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Like `go test` but with colors.
99
Use the pre-built binary for Linux 64-bit:
1010

1111
```
12-
$ curl http://storage.googleapis.com/jbd-releases/gotest_linux > gotest && chmod +x gotest
12+
$ curl https://gotest-release.s3.amazonaws.com/gotest_linux > gotest && chmod +x gotest
1313
```
1414

1515
Alternatively:

0 commit comments

Comments
 (0)