-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update to go1.22, update core deps to latest-stable (#1404)
* Update to go1.22, update core deps to latest-stable Signed-off-by: Tim Vaillancourt <[email protected]> * update script/ensure-go-installed Signed-off-by: Tim Vaillancourt <[email protected]> * git add vendor --all Signed-off-by: Tim Vaillancourt <[email protected]> * go 1.22.0 Signed-off-by: Tim Vaillancourt <[email protected]> --------- Signed-off-by: Tim Vaillancourt <[email protected]> Co-authored-by: meiji163 <[email protected]>
- Loading branch information
1 parent
329b13d
commit e6c198c
Showing
101 changed files
with
5,577 additions
and
403 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM golang:1.21-bullseye | ||
FROM golang:1.22-bullseye | ||
LABEL maintainer="[email protected]" | ||
|
||
RUN apt-get update | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,24 @@ | ||
module github.com/github/gh-ost | ||
|
||
go 1.21 | ||
go 1.22.0 | ||
|
||
require ( | ||
github.com/go-ini/ini v1.67.0 | ||
github.com/go-mysql-org/go-mysql v1.7.0 | ||
github.com/go-sql-driver/mysql v1.7.1 | ||
github.com/google/uuid v1.4.0 | ||
github.com/go-sql-driver/mysql v1.8.1 | ||
github.com/google/uuid v1.6.0 | ||
github.com/openark/golib v0.0.0-20210531070646-355f37940af8 | ||
golang.org/x/net v0.19.0 | ||
golang.org/x/term v0.15.0 | ||
golang.org/x/net v0.24.0 | ||
golang.org/x/term v0.19.0 | ||
golang.org/x/text v0.14.0 | ||
) | ||
|
||
require ( | ||
filippo.io/edwards25519 v1.1.0 // indirect | ||
github.com/pingcap/errors v0.11.5-0.20210425183316-da1aaba5fb63 // indirect | ||
github.com/shopspring/decimal v0.0.0-20180709203117-cd690d0c9e24 // indirect | ||
github.com/siddontang/go v0.0.0-20180604090527-bdc77568d726 // indirect | ||
github.com/siddontang/go-log v0.0.0-20180807004314-8d05993dda07 // indirect | ||
go.uber.org/atomic v1.7.0 // indirect | ||
golang.org/x/sys v0.15.0 // indirect | ||
golang.org/x/sys v0.19.0 // indirect | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.