Skip to content

Bump github.com/cdk8s-team/cdk8s-core-go/cdk8s/v2 from 2.7.5 to 2.69.20 #20

Bump github.com/cdk8s-team/cdk8s-core-go/cdk8s/v2 from 2.7.5 to 2.69.20

Bump github.com/cdk8s-team/cdk8s-core-go/cdk8s/v2 from 2.7.5 to 2.69.20 #20

Workflow file for this run

name: Go test
on:
pull_request:
jobs:
unit_test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version-file: "go.mod"
check-latest: true
- name: Test config
run: make test