Update golang version

This commit is contained in:
2026-07-15 09:38:29 +01:00
parent 888415366a
commit 1857cd9cf6
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -14,6 +14,6 @@ jobs:
autoupdate: autoupdate:
uses: lukaszraczylo/shared-actions/.github/workflows/go-autoupdate.yaml@main uses: lukaszraczylo/shared-actions/.github/workflows/go-autoupdate.yaml@main
with: with:
go-version: "1.24" go-version: "1.25"
release-workflow: "release.yaml" release-workflow: "release.yaml"
secrets: inherit secrets: inherit
+1 -1
View File
@@ -13,4 +13,4 @@ jobs:
pr-checks: pr-checks:
uses: lukaszraczylo/shared-actions/.github/workflows/go-pr.yaml@main uses: lukaszraczylo/shared-actions/.github/workflows/go-pr.yaml@main
with: with:
go-version: "1.24" go-version: "1.25"
+1 -1
View File
@@ -18,7 +18,7 @@ jobs:
release: release:
uses: lukaszraczylo/shared-actions/.github/workflows/go-release.yaml@main uses: lukaszraczylo/shared-actions/.github/workflows/go-release.yaml@main
with: with:
go-version: ">=1.24" go-version: ">=1.25"
docker-enabled: true docker-enabled: true
rolling-release-tag: "v1" rolling-release-tag: "v1"
semver-config: "config-release.yaml" semver-config: "config-release.yaml"