mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +03:00
parent
e925de734f
commit
89578595ce
1 changed files with 4 additions and 0 deletions
|
@ -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: |
|
||||
|
|
Loading…
Reference in a new issue