golang-vendor-private/.woodpecker/build.yaml
pips 79dc866789
All checks were successful
ci/woodpecker/push/build/2 Pipeline was successful
ci/woodpecker/push/build/3 Pipeline was successful
ci/woodpecker/push/build/1 Pipeline was successful
feat(build): update go version to 1.25
drop 1.23 building support
2025-08-24 19:13:56 +02:00

21 lines
427 B
YAML

matrix:
GO_VERSION:
- 1.24
- 1.25
- latest
when:
- event: [push, manual]
branch: main
steps:
- name: Build & publish container
image: woodpeckerci/plugin-kaniko:1.3.0
settings:
registry: ${CI_FORGE_URL##https://}
repo: ${CI_REPO_OWNER}/${CI_REPO_NAME}
tags: ${GO_VERSION}
username:
from_secret: forge-username
password:
from_secret: forge-token