Skip to content

Commit 70368b2

Browse files
bgilbertcgwalters
authored andcommitted
cosa: bump Go to 1.17
Earlier versions are EOL.
1 parent 515b986 commit 70368b2

File tree

6 files changed

+9
-27
lines changed

6 files changed

+9
-27
lines changed

go.mod

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
module github.com/coreos/coreos-assembler
22

3-
go 1.15
3+
go 1.17
44

55
require github.com/spf13/cobra v1.5.0
6+
7+
require (
8+
github.com/inconshreveable/mousetrap v1.0.0 // indirect
9+
github.com/spf13/pflag v1.0.5 // indirect
10+
)

vendor/github.com/spf13/cobra/go.mod

Lines changed: 0 additions & 10 deletions
This file was deleted.

vendor/github.com/spf13/cobra/go.sum

Lines changed: 0 additions & 12 deletions
This file was deleted.

vendor/github.com/spf13/pflag/go.mod

Lines changed: 0 additions & 3 deletions
This file was deleted.

vendor/github.com/spf13/pflag/go.sum

Whitespace-only changes.

vendor/modules.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
# github.com/inconshreveable/mousetrap v1.0.0
2+
## explicit
23
github.com/inconshreveable/mousetrap
34
# github.com/spf13/cobra v1.5.0
4-
## explicit
5+
## explicit; go 1.15
56
github.com/spf13/cobra
67
# github.com/spf13/pflag v1.0.5
8+
## explicit; go 1.12
79
github.com/spf13/pflag

0 commit comments

Comments
 (0)