Skip to content

Bump github.com/xmidt-org/wrp-go/v3 from 3.2.0 to 3.2.3 #765

Bump github.com/xmidt-org/wrp-go/v3 from 3.2.0 to 3.2.3

Bump github.com/xmidt-org/wrp-go/v3 from 3.2.0 to 3.2.3 #765

Workflow file for this run

# SPDX-FileCopyrightText: 2022 Comcast Cable Communications Management, LLC
# SPDX-License-Identifier: Apache-2.0
---
name: CI
on:
push:
branches:
- main
paths-ignore:
- README.md
- CONTRIBUTING.md
- MAINTAINERS.md
- LICENSE
- NOTICE
tags:
- 'v[0-9]+.[0-9]+.[0-9]+'
pull_request:
workflow_dispatch:
jobs:
ci:
uses: xmidt-org/shared-go/.github/workflows/ci.yml@5bc4b83f25ff4c944cd6253ba189e50d1997ab3c # v4.1.0
with:
copyright-skip: true
lint-skip: true
style-skip: true
tests-skip: true
release-type: library
secrets: inherit