Skip to content

build: go 1.21, godog 0.14.1, api, apimachinery & client-go v0.28.12 … #52

build: go 1.21, godog 0.14.1, api, apimachinery & client-go v0.28.12 …

build: go 1.21, godog 0.14.1, api, apimachinery & client-go v0.28.12 … #52

Workflow file for this run

name: CI
on:
push:
tags:
- v*
branches:
- master
pull_request:
jobs:
build:
name: syntax
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v5
with:
go-version: ^1.21
id: go
- uses: actions/checkout@v4
- run: make check-syntax