Skip to content

chore: bump knative-operator version to 1.17.2 #327

chore: bump knative-operator version to 1.17.2

chore: bump knative-operator version to 1.17.2 #327

Workflow file for this run

name: Test Generate Metadata
on:
push:
branches:
- main
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@v4
- name: Set up Go 1.x
uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: Get dependencies
run: go get -v -t -d ./...
- name: Test
run: go test -v ./...