diff --git a/Makefile b/Makefile index c57a11f9..7903f313 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,6 @@ clean: ## Remove all temporary build artifacts all: clean bundle ## will build a binary for all platforms @export GOOS=windows GOARCH=386 EXT=.exe; $(MAKE) build; @export GOOS=windows GOARCH=amd64 EXT=.exe; $(MAKE) build; - @export GOOS=darwin GOARCH=386; $(MAKE) build; @export GOOS=darwin GOARCH=amd64; $(MAKE) build; @export GOOS=linux GOARCH=386; $(MAKE) build; @export GOOS=linux GOARCH=amd64; $(MAKE) build; diff --git a/dev.yml b/dev.yml index cec0fafc..6216c487 100644 --- a/dev.yml +++ b/dev.yml @@ -7,5 +7,5 @@ up: - mitmproxy - dep - go: - version: 1.13 + version: 1.17.13 modules: true