golang version fix in pipeline
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
2026-01-30 08:00:41 +01:00
parent 2e91ed2224
commit 6eb3731bec

View File

@@ -6,7 +6,7 @@ steps:
- make ci-version - make ci-version
- name: build - name: build
image: golang:1.22 image: golang:1.25.6
commands: commands:
- make ci-export - make ci-export