Skip to content

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

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 #200

Workflow file for this run

name: PR - build
on:
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v2
with:
go-version: ^1.16
- name: Install govvv
run: |
go install github.com/ahmetb/govvv@master
- uses: actions/checkout@v2
- name: Make build
run: |
make build