Skip to content

Commit

Permalink
build: set min go version to go1.17 (using TB.Setenv in init tests)
Browse files Browse the repository at this point in the history
  • Loading branch information
mroth committed Jan 17, 2022
1 parent 39218cd commit d519cd9
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
module github.com/mroth/scmpuff

go 1.16
go 1.17

require github.com/spf13/cobra v1.3.0

require (
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
)

0 comments on commit d519cd9

Please sign in to comment.