Update Go version constraint in autoupdate workflow

This commit is contained in:
2026-05-22 00:50:17 +01:00
committed by GitHub
parent 676670167a
commit 94e3c151c7
+1 -1
View File
@@ -14,6 +14,6 @@ jobs:
autoupdate:
uses: lukaszraczylo/shared-actions/.github/workflows/go-autoupdate.yaml@main
with:
go-version: "1.24"
go-version: ">=1.24"
release-workflow: "release.yml"
secrets: inherit