fix(digger)

closes #6089
This commit is contained in:
Jacob Heider 2024-05-09 10:04:35 -04:00 committed by Jacob Heider
parent e925de734f
commit 89578595ce

View file

@ -15,6 +15,10 @@ build:
- run: cd cli
if: '>=0.3.2'
- go mod download
# 0.4.24 is missing a dep
# https://github.com/diggerhq/digger/issues/1440
- run: go get github.com/caarlos0/env/v8
if: '>=0.4.24'
# Fix merged but not released https://github.com/diggerhq/digger/issues/581
# by @kevinmichaelchen
- run: |