Skip to content

Bump github.com/cloudfoundry/bosh-utils from 0.0.446 to 0.0.456 #337

Bump github.com/cloudfoundry/bosh-utils from 0.0.446 to 0.0.456

Bump github.com/cloudfoundry/bosh-utils from 0.0.446 to 0.0.456 #337

Workflow file for this run

name: tests
on:
push:
workflow_dispatch:
pull_request:
types:
- opened
- edited
- reopened
jobs:
tests:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: set up go
uses: actions/setup-go@v4
with:
go-version: ">=1.20"
- name: running unit-tests
run: |
go test -v ./...