Skip to content

Bump code.cloudfoundry.org/cfhttp/v2 from 2.19.0 to 2.20.0 #238

Bump code.cloudfoundry.org/cfhttp/v2 from 2.19.0 to 2.20.0

Bump code.cloudfoundry.org/cfhttp/v2 from 2.19.0 to 2.20.0 #238

Workflow file for this run

# This workflow will build a golang project
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-go
name: CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: go.mod
check-latest: true
- name: Test
run: go test -v ./...