Skip to content

chore(deps): bump github.com/hashicorp/go-getter from 1.7.3 to 1.7.5 #18

chore(deps): bump github.com/hashicorp/go-getter from 1.7.3 to 1.7.5

chore(deps): bump github.com/hashicorp/go-getter from 1.7.3 to 1.7.5 #18

Workflow file for this run

name: ci
on:
pull_request:
branches:
- '**'
jobs:
lint_test:
uses: babylonlabs-io/.github/.github/workflows/reusable_go_lint_test.yml@v0.3.1
with:
run-unit-tests: true
run-integration-tests: true
run-lint: true
install-dependencies-command: |
sudo apt-get update
sudo apt-get install -y libzmq3-dev
docker_pipeline:
uses: babylonlabs-io/.github/.github/workflows/reusable_docker_pipeline.yml@v0.3.1
secrets: inherit
with:
publish: false