Skip to content

Commit

Permalink
add goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
canalun committed Jun 23, 2022
1 parent 44536a1 commit df189bb
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 381 deletions.
10 changes: 10 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
builds:
- main: main.go
binary: sqloth
goos:
- windows
- darwin
- linux
goarch:
- amd64
- arm64
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/canalun/sqloth

go 1.17
go 1.18

require (
github.com/golang/mock v1.6.0
Expand All @@ -25,7 +25,7 @@ require (
github.com/subosito/gotenv v1.3.0 // indirect
golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a // indirect
golang.org/x/text v0.3.7 // indirect
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
gopkg.in/ini.v1 v1.66.4 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.0 // indirect
Expand Down
Loading

0 comments on commit df189bb

Please sign in to comment.