Skip to content

Pin actions and Renovate configs (#265) #813

Pin actions and Renovate configs (#265)

Pin actions and Renovate configs (#265) #813

Workflow file for this run

name: go
on:
pull_request:
paths:
- .github/workflows/go.yaml
- go.*
- '**/*.go'
- Makefile
push:
branches:
- main
paths:
- .github/workflows/go.yaml
- go.*
- '**/*.go'
- Makefile
jobs:
go:
uses: int128/kubebuilder-workflows/.github/workflows/go.yaml@96546ff45434040af88e8a5280e49609d4796ff4 # v1
with:
go-version: 1.22.4
golangci-lint-version: v1.59.1