Skip to content

chore(dependabot): bump github.com/prometheus/client_golang from 1.20.1 to 1.20.2 in /runtime-watcher #588

chore(dependabot): bump github.com/prometheus/client_golang from 1.20.1 to 1.20.2 in /runtime-watcher

chore(dependabot): bump github.com/prometheus/client_golang from 1.20.1 to 1.20.2 in /runtime-watcher #588

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@v3
- uses: actions/setup-go@v4
with:
go-version: '1.21'
cache: false
- name: Lint
uses: golangci/golangci-lint-action@v4.0.0
with:
version: v1.56.2
args: --verbose
working-directory: ./runtime-watcher
- name: Build
run: go build -v -o bin/webhook main.go
- name: Test
run: make test