Skip to content

Bump k8s.io/kubectl from 0.30.3 to 0.31.0 #209

Bump k8s.io/kubectl from 0.30.3 to 0.31.0

Bump k8s.io/kubectl from 0.30.3 to 0.31.0 #209

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: Build Snapshot
uses: goreleaser/goreleaser-action@v6
with:
args: build --id linux --single-target --snapshot --clean