Skip to content

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

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 #272

Workflow file for this run

name: CI
on:
push:
tags:
- v*
branches:
- master
pull_request:
permissions:
contents: read
jobs:
build:
name: golangci-lint
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v5
with:
go-version: 1.21
- uses: actions/checkout@v4
- uses: golangci/golangci-lint-action@v6
with:
version: v1.55.2
args: --timeout 3m --verbose