Goreleaser (#1)

* Init

* Add config file

* Update x/sys to support windows arm64

* Release if tag

* asdf

* asdfa

* asdf
This commit is contained in:
Hangkun Ung
2022-02-20 20:54:38 -05:00
committed by Pierre Carrier
parent 3709c4a20b
commit 31632acfad
5 changed files with 82 additions and 4 deletions

2
go.mod
View File

@ -5,5 +5,5 @@ go 1.12
require (
github.com/creachadair/otp v0.2.4
golang.org/x/crypto v0.0.0-20201016220609-9e8e0b390897
golang.org/x/sys v0.0.0-20201020230747-6e5568b54d1a // indirect
golang.org/x/sys v0.0.0-20220209214540-3681064d5158 // indirect
)