Skip to content

Bump code.cloudfoundry.org/debugserver from 0.11.0 to 0.12.0 #158

Bump code.cloudfoundry.org/debugserver from 0.11.0 to 0.12.0

Bump code.cloudfoundry.org/debugserver from 0.11.0 to 0.12.0 #158

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 ./...