diff options
author | Alex Auvolat <alex@adnab.me> | 2024-03-20 17:42:25 +0100 |
---|---|---|
committer | Alex <alex@adnab.me> | 2024-03-20 17:02:45 +0000 |
commit | 1d338a9cc1a0ce06f964a89930e045be3eace510 (patch) | |
tree | 461b857860a62542369abc31aaa7fa20db579b92 | |
parent | e9bf550e02e2b7121cd1cae6af16163451a9d72a (diff) | |
download | bottin-1d338a9cc1a0ce06f964a89930e045be3eace510.tar.gz bottin-1d338a9cc1a0ce06f964a89930e045be3eace510.zip |
fix consul version in cimain
-rw-r--r-- | .woodpecker.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.woodpecker.yml b/.woodpecker.yml index afff112..2d88fdd 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -8,7 +8,7 @@ steps: - go test -i -c -o test - name: test_bottin - image: consul:latest + image: consul:1.15.4 environment: BOTTIN_DEFAULT_ADMIN_PW: priZ4Cg0x5NkSyiIN/MpvWw4ZEy8f8s1 commands: |