Skip to content

Merge pull request #1183 from squat/fix_webhook_panic #2135

Merge pull request #1183 from squat/fix_webhook_panic

Merge pull request #1183 from squat/fix_webhook_panic #2135

Workflow file for this run

name: Go
on:
pull_request:
push:
branches:
- 'release-*'
- 'main'
tags:
- 'v*'
env:
golang-version: '1.17'
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}
jobs:
go:
runs-on: ubuntu-latest
name: Go
steps:
- uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b
- uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe
with:
go-version-file: 'go.mod'
- run: mkdir -p ui/build && touch ui/build/empty
- run: make test
- run: make pyrra