Skip to content

Commit

Permalink
Upgrade Go and drop support for darwin-386
Browse files Browse the repository at this point in the history
  • Loading branch information
gonzaloriestra committed Dec 12, 2022
1 parent 383c8dd commit 4f9c1eb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ up:
- mitmproxy
- dep
- go:
version: 1.13
version: 1.17.13
modules: true

0 comments on commit 4f9c1eb

Please sign in to comment.