Skip to content

update goreleaser

update goreleaser #249

Workflow file for this run

name: Build
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v5
with:
go-version: '1.20'
id: go
- uses: actions/checkout@v4
- run: |
go build -v
- run: helm template helm > kubeval
- uses: instrumenta/kubeval-action@5915e4adba5adccac07cb156b82e54c3fed74921
with:
files: kubeval
- uses: igabaydulin/[email protected]
env:
CHART_LOCATION: ./helm
CHART_VALUES: ./helm/ci/values.yaml