chore(ci): update V image
All checks were successful
ci/woodpecker/push/lint Pipeline was successful

This commit is contained in:
Jef Roosens 2023-02-08 10:50:07 +01:00
parent 4db13cdd6e
commit 12d8e5c04d
Signed by: Jef Roosens
GPG key ID: B75D4F293C7052DB

View file

@ -1,3 +1,6 @@
variables:
- &vlang_image 'git.rustybever.be/chewing_bever/vlang:0.3.3-alpine3.17'
branches:
exclude: [ main ]
@ -5,14 +8,14 @@ platform: 'linux/amd64'
pipeline:
build:
image: 'git.rustybever.be/chewing_bever/vlang:0.3.2'
image: *vlang_image
commands:
- make
when:
event: [ push ]
lint:
image: 'git.rustybever.be/chewing_bever/vlang:0.3.2'
image: *vlang_image
commands:
- make lint
when: