-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Build: Upgrade Golang version to 1.23.1
<!--- Provide a general summary of your changes in the Title above --> ## Description <!--- Describe your changes in detail --> Upgrade `go.work` file, kdl-server, repo-cloner, cleaner and gitea-oauth2-setup to Go 1.23. Also all their dockerfiles now use `golang:1.23.1-alpine3.20` as builder. ## Motivation and Context <!--- Why is this change required? What problem does it solve? --> <!--- If it fixes an open issue, please link to the issue here. --> Modernize Golang dependencies to ensure platform is not stagnant. ## Types of changes <!--- What types of changes does your code introduce? Put an `x` in all the boxes that apply: --> - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) - [X] Other changes (ci configuration, documentation or any other kind of changes) ## Checklist: <!--- Go over all the following points, and put an `x` in all the boxes that apply. --> <!--- If you're unsure about any of these, don't hesitate to ask. We're here to help! --> - [ ] I have created tests for my code changes, and the tests are passing. - [ ] I have executed the pre-commit hooks locally. - [ ] My change requires a change to the documentation (create a new issue if the documentation has not been updated). - [ ] I have updated the documentation accordingly.
- Loading branch information
Showing
17 changed files
with
244 additions
and
236 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
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
Oops, something went wrong.