From 3d02140b7719ba34779200ccb91a39fd93ec2057 Mon Sep 17 00:00:00 2001 From: Steven Presti Date: Tue, 18 Nov 2025 13:01:55 -0500 Subject: [PATCH 1/2] go: update go_versions to 1.24 and 1.25 1.23 is no longer supported, bump versions +1 https://endoflife.date/go --- config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.yaml b/config.yaml index 26c24fb..9a25cf5 100644 --- a/config.yaml +++ b/config.yaml @@ -4,7 +4,7 @@ vars: current_fedora: 42 # Key ID from https://fedoraproject.org/security/ current_fedora_signing_key: 105ef944 - go_versions: [1.23.x, 1.24.x] + go_versions: [1.24.x, 1.25.x] repos: 11bot: From 11ec4d0da47c0d9f0c00ce600c92e9bdc0fba95d Mon Sep 17 00:00:00 2001 From: Steven Presti Date: Tue, 18 Nov 2025 13:02:31 -0500 Subject: [PATCH 2/2] tests: update golangci_lint to v2.6.2 Keep linter updated to ensure compat with latest go versions --- go/tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go/tests.yaml b/go/tests.yaml index a647c4f..4ba96fd 100644 --- a/go/tests.yaml +++ b/go/tests.yaml @@ -2,7 +2,7 @@ vars: do_go_lint: true do_go_mod: true # go_versions defined in ../config.yaml - golangci_lint_version: v2.1.6 + golangci_lint_version: v2.6.2 go_build_cmd: go build go_test_cmd: go test -v ./...