forgejo-runner: 11.1.2 -> 11.2.0 (#454078)

This commit is contained in:
Adam C. Stephens
2025-10-21 15:35:50 +00:00
committed by GitHub
+4 -3
View File
@@ -33,6 +33,7 @@ let
"TestCloneIfRequired"
"TestActionCache"
"TestRunContext_GetGitHubContext"
"TestSetJobResult_SkipsBannerInChildReusableWorkflow"
# These tests rely on outbound IP address
"TestHandler"
@@ -41,17 +42,17 @@ let
in
buildGoModule rec {
pname = "forgejo-runner";
version = "11.1.2";
version = "11.2.0";
src = fetchFromGitea {
domain = "code.forgejo.org";
owner = "forgejo";
repo = "runner";
rev = "v${version}";
hash = "sha256-/rkBrG8hRn52M1ybjbWtSDFYsJ4fHzw9qAoc5325g9A=";
hash = "sha256-hjrn36Fm2kIKqn16DOPcrMF38dhsGOZVHCTrhkS99QQ=";
};
vendorHash = "sha256-eVOmUozNLHRiNwIhbf7ebVNdRiMAtLMdYI7pnALvl8U=";
vendorHash = "sha256-QokVTTfMGAJG4Jqfs7mfGXrC4QSZfOXesfF2OeN0L9M=";
# See upstream Makefile
# https://code.forgejo.org/forgejo/runner/src/branch/main/Makefile