Skip to content

chore(go): bump github.com/tektoncd/pipeline from 0.60.1 to 0.60.2 #175

chore(go): bump github.com/tektoncd/pipeline from 0.60.1 to 0.60.2

chore(go): bump github.com/tektoncd/pipeline from 0.60.1 to 0.60.2 #175

Workflow file for this run

name: Code Coverage Report
on:
push:
branches:
- main
jobs:
build-and-deploy:
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v4
with:
persist-credentials: false
- name: Set up Go 1.x
uses: actions/setup-go@v5
with:
go-version: "1.21"
- name: Run tests
run: make test
- name: Codecov
uses: codecov/codecov-action@v4