Skip to content

enhancement: Allow starter custom resource specifications #665

enhancement: Allow starter custom resource specifications

enhancement: Allow starter custom resource specifications #665

Workflow file for this run

---
name: "Golang Lint"
permissions: {}
on:
- push
- pull_request
jobs:
golangci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
persist-credentials: false
- uses: actions/setup-go@v5
with:
go-version: '1.23'
cache: false
- name: lint
# this is v6.5.2
uses: golangci/golangci-lint-action@55c2c1448f86e01eaae002a5a3a9624417608d84
with:
version: v1.61
args: --timeout=5m