Skip to content

Merge pull request #1 from kespineira/feat/helm-chart #19

Merge pull request #1 from kespineira/feat/helm-chart

Merge pull request #1 from kespineira/feat/helm-chart #19

Workflow file for this run

name: Build
on:
push:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: ${{ github.workspace }}/go.mod
- name: Build
run: make build