Skip to content

chore(dependabot): bump github.com/prometheus/client_golang from 1.20.4 to 1.20.5 in /listener #687

chore(dependabot): bump github.com/prometheus/client_golang from 1.20.4 to 1.20.5 in /listener

chore(dependabot): bump github.com/prometheus/client_golang from 1.20.4 to 1.20.5 in /listener #687

name: pull-listener-pkg
on: [pull_request, workflow_dispatch]
jobs:
lint-build-test:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./listener
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '1.21'
cache: false
- name: Lint
uses: golangci/golangci-lint-action@v6.1.0
with:
version: v1.60.3
args: --verbose
working-directory: ./listener
- name: Build
run: go build -v ./...
- name: Test
run: make test