Skip to content

chore(dependabot): bump k8s.io/apimachinery from 0.31.3 to 0.32.0 in /listener #759

chore(dependabot): bump k8s.io/apimachinery from 0.31.3 to 0.32.0 in /listener

chore(dependabot): bump k8s.io/apimachinery from 0.31.3 to 0.32.0 in /listener #759

name: pull-runtime-watcher
on: [pull_request, workflow_dispatch]
jobs:
lint-build-test:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./runtime-watcher
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '1.21'
cache: false
- name: Lint
uses: golangci/[email protected]
with:
version: v1.60.3
args: --verbose
working-directory: ./runtime-watcher
- name: Build
run: go build -v -o bin/webhook main.go
- name: Test
run: make test