mirror of
https://github.com/fosrl/gerbil.git
synced 2026-05-08 20:07:49 -05:00
[PR #69] Update Go version to 1.26 and adjust workflows and Dockerfile #251
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/fosrl/gerbil/pull/69
Author: @marcschaeferger
Created: 4/4/2026
Status: 🔄 Open
Base:
main← Head:go-update📝 Commits (1)
9e5539aUpdate Go version to 1.26 and adjust workflows and Dockerfile accordingly📊 Changes
4 files changed (+13 additions, -6 deletions)
View changed files
📝
.github/workflows/test.yml(+5 -1)📝
.go-version(+1 -1)📝
Dockerfile(+3 -2)📝
Makefile(+4 -2)📄 Description
Community Contribution License Agreement
By creating this pull request, I grant the project maintainers an unlimited,
perpetual license to use, modify, and redistribute these contributions under any terms they
choose, including both the AGPLv3 and the Fossorial Commercial license terms. I
represent that I have the right to grant this license for all contributed content.
Description
This pull request updates the project's Go version to 1.26 and improves version management by centralizing the Go version in the
.go-versionfile. The workflows, Dockerfile, and Makefile are all updated to consistently use this version, reducing the risk of mismatched Go versions across development, CI, and production builds.Go version update and centralization:
.go-versionfile, making 1.26 the new project standard..github/workflows/test.yml) to read the Go version from.go-versionand set up the workflow environment accordingly, ensuring CI always uses the correct version.Dockerfileto accept aGO_VERSIONbuild argument and default to the version from.go-version, ensuring Docker builds use the intended Go version.Build process improvements:
Makefileto read the Go version from.go-version, and updated thedocker-build-releaseandbuildtargets to pass the correct version to Docker builds. [1] [2]How to test?
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.