Skip to content

Bump rajatjindal/krew-release-bot from 0.0.46 to 0.0.47 #217

Bump rajatjindal/krew-release-bot from 0.0.46 to 0.0.47

Bump rajatjindal/krew-release-bot from 0.0.46 to 0.0.47 #217

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