Skip to content

build(deps): bump github.com/pires/go-proxyproto from 0.14.0 to 0.15.… #820

build(deps): bump github.com/pires/go-proxyproto from 0.14.0 to 0.15.…

build(deps): bump github.com/pires/go-proxyproto from 0.14.0 to 0.15.… #820

Workflow file for this run

name: Test
on:
push:
branches:
- main
paths-ignore: &pathsIgnore
- 'docs/**'
- 'examples/**'
- 'kustomize/**'
- '.github/dependabot.yml'
- 'skaffold.yaml'
- '*.md'
pull_request:
branches:
- main
paths-ignore: *pathsIgnore
jobs:
build:
uses: itzg/github-workflows/.github/workflows/go-test.yml@main
with:
go-version-file: 'go.mod'