Skip to content

Bump code.cloudfoundry.org/tlsconfig from 0.6.0 to 0.7.0 (#176) #731

Bump code.cloudfoundry.org/tlsconfig from 0.6.0 to 0.7.0 (#176)

Bump code.cloudfoundry.org/tlsconfig from 0.6.0 to 0.7.0 (#176) #731

Workflow file for this run

name: unit-tests
on:
pull_request: ~
push: ~
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: set up go
uses: actions/setup-go@v5
with:
go-version: "1.22"
- name: cache go modules
uses: actions/cache@v4
with:
path: ~/go/pkg/mod
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
restore-keys: |
${{ runner.os }}-go-
- name: tests
run: |
go test -v ./...