Skip to content

Commit

Permalink
CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
xorhex committed Oct 16, 2021
1 parent 858560d commit 2eb6e8f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ jobs:
go-version: 1.17

- name: Build
run: go get -u && go mod tidy && go build -v ./...
run: go get -u && go build -v ./...
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
module xorhex.com/mlget

go 1.16
go 1.17

require (
github.com/kr/pretty v0.1.0 // indirect
github.com/kr/pretty v0.1.0
github.com/spf13/pflag v1.0.5
github.com/yeka/zip v0.0.0-20180914125537-d046722c6feb
golang.org/x/crypto v0.0.0-20210817164053-32db794688a5 // indirect
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519 // indirect
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
gopkg.in/yaml.v2 v2.4.0
)

0 comments on commit 2eb6e8f

Please sign in to comment.