forked from git-lfs/git-lfs
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
.github/workflows: upgrade to Go 1.23
Go version 1.23 has been released, and because we aim to build and test Git LFS against only supported versions of Go, we upgrade our GitHub Actions CI workflows to test against Go versions 1.23 and 1.22. This resolves a problem now seen in our "Build with specific Go" CI job, where we install the latest version of the "goimports" package and it fails because the "x/tools" module requires Go 1.22 as of commit golang/tools@70f5626, and we are still using Go 1.21 for that CI job.
- Loading branch information
1 parent
2c3dbea
commit f437bb3
Showing
2 changed files
with
8 additions
and
8 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