Skip to content

chore(deps): update dependency go to v1.23.2 #2332

chore(deps): update dependency go to v1.23.2

chore(deps): update dependency go to v1.23.2 #2332

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@v1
permissions:
contents: write
pull-requests: write
with:
go-version-file: go.mod
cache-dependency-path: go.sum
golangci-lint-version: v1.61.0