Skip to content

Commit

Permalink
bump go directive to go1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
qmuntal committed Apr 22, 2024
1 parent 484b3aa commit bc8a380
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 380 deletions.
2 changes: 1 addition & 1 deletion eng/_core/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

module github.com/microsoft/go/_core

go 1.16
go 1.21
17 changes: 16 additions & 1 deletion eng/_util/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

module github.com/microsoft/go/_util

go 1.16
go 1.21

require (
github.com/microsoft/go-infra v0.0.0-20231219225928-f2e20f366e2d
Expand All @@ -13,4 +13,19 @@ require (
gotest.tools/gotestsum v1.6.5-0.20210515201937-ecb7c6956f6d
)

require (
github.com/dnephin/pflag v1.0.7 // indirect
github.com/fatih/color v1.10.0 // indirect
github.com/fsnotify/fsnotify v1.4.9 // indirect
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
github.com/google/uuid v1.3.0 // indirect
github.com/jonboulle/clockwork v0.2.2 // indirect
github.com/mattn/go-colorable v0.1.8 // indirect
github.com/mattn/go-isatty v0.0.12 // indirect
github.com/microsoft/azure-devops-go-api/azuredevops v1.0.0-b5 // indirect
github.com/pkg/errors v0.9.1 // indirect
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 // indirect
golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 // indirect
)

replace github.com/microsoft/go/_core => ../_core
Loading

0 comments on commit bc8a380

Please sign in to comment.