-
Notifications
You must be signed in to change notification settings - Fork 79
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Switches CI to run against Go 1.21 and 1.22, and bumps the minimum required Go version to 1.21. Dropping 1.20 isn't strictly necessary; this is just matching prior upgrades. It can be added back if the maintainers prefer.
- Loading branch information
Showing
2 changed files
with
3 additions
and
3 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,6 +1,6 @@ | ||
module github.com/rogpeppe/go-internal | ||
|
||
go 1.20 | ||
go 1.21 | ||
|
||
require ( | ||
golang.org/x/mod v0.9.0 | ||
|