chore: switched to vlang 0.3 Docker image

This commit is contained in:
Jef Roosens 2022-07-03 14:11:29 +02:00
parent 1a940f2f98
commit 0d0fb323f2
Signed by: Jef Roosens
GPG key ID: B75D4F293C7052DB
7 changed files with 11 additions and 11 deletions

View file

@ -9,7 +9,7 @@ platform: ${PLATFORM}
pipeline:
install-modules:
image: 'chewingbever/vlang:latest'
image: 'chewingbever/vlang:0.3'
pull: true
commands:
- export VMODULES=$PWD/.vmodules
@ -18,7 +18,7 @@ pipeline:
event: [pull_request]
test:
image: 'chewingbever/vlang:latest'
image: 'chewingbever/vlang:0.3'
pull: true
commands:
- export VMODULES=$PWD/.vmodules