update woodpecker images

This commit is contained in:
crapStone 2024-11-25 22:02:21 +01:00
parent 6095ef4034
commit 6cccef7092
No known key found for this signature in database
GPG Key ID: 22D4BF0CF7CC29C8

View File

@ -11,7 +11,7 @@ steps:
build: build:
depends_on: vendor depends_on: vendor
image: codeberg.org/6543/docker-images/golang_just:go-1.22 image: codeberg.org/6543/docker-images/golang_just:go-1.23
commands: commands:
- go version - go version
- just build - just build
@ -32,7 +32,7 @@ steps:
build-tag: build-tag:
depends_on: vendor depends_on: vendor
image: codeberg.org/6543/docker-images/golang_just:go-1.22 image: codeberg.org/6543/docker-images/golang_just:go-1.23
commands: commands:
- go version - go version
- just build-tag ${CI_COMMIT_TAG##v} - just build-tag ${CI_COMMIT_TAG##v}
@ -41,7 +41,7 @@ steps:
test: test:
depends_on: build depends_on: build
image: codeberg.org/6543/docker-images/golang_just:go-1.22 image: codeberg.org/6543/docker-images/golang_just:go-1.23
commands: commands:
- just test - just test
when: when:
@ -49,7 +49,7 @@ steps:
integration-tests: integration-tests:
depends_on: build depends_on: build
image: codeberg.org/6543/docker-images/golang_just:go-1.22 image: codeberg.org/6543/docker-images/golang_just:go-1.23
commands: commands:
- just integration - just integration
environment: environment: