Skip to content

Bump chart version to 0.0.11 #37

Bump chart version to 0.0.11

Bump chart version to 0.0.11 #37

Workflow file for this run

name: Build
on:
workflow_dispatch: {}
pull_request:
branches:
- main
- release-*
env:
# Common versions
GO_VERSION: '1.19'
GO_REQUIRED_MIN_VERSION: ''
jobs:
test:
name: build
runs-on: ubuntu-latest
steps:
- name: checkout code
uses: actions/checkout@v3
- name: install Go
uses: actions/setup-go@v3
with:
go-version: ${{ env.GO_VERSION }}
- name: build
run: make coverage