Skip to content

Update registry.k8s.io/pause Docker tag to v3.10 (#268) #89

Update registry.k8s.io/pause Docker tag to v3.10 (#268)

Update registry.k8s.io/pause Docker tag to v3.10 (#268) #89

Workflow file for this run

name: verify
on:
push:
branches:
- main
tags:
- v*
pull_request:
jobs:
verify:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
- run: make verify