Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion go/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 ./...

Expand Down