Skip to content

Commit

Permalink
fix: better go get caching
Browse files Browse the repository at this point in the history
  • Loading branch information
1lann committed Feb 21, 2021
1 parent 61fe0e6 commit a6c4a50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .prerelease.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh
sleep 20 # allow github to catch up
cd casket
GOPROXY=direct go get "github.com/tmpim/casket@master"
GOPRIVATE=github.com/tmpim/casket go get "github.com/tmpim/casket@master"
go mod tidy
cd ..

0 comments on commit a6c4a50

Please sign in to comment.