Skip to content

Update module github.com/cert-manager/cert-manager to v1.16.1 - autoclosed #23

Update module github.com/cert-manager/cert-manager to v1.16.1 - autoclosed

Update module github.com/cert-manager/cert-manager to v1.16.1 - autoclosed #23

Workflow file for this run

name: golangci-lint
on:
push:
branches:
- master
pull_request:
env:
GO_VERSION: 1.21
GOLANGCI_LINT_VERSION: v1.60.2
permissions:
contents: read
pull-requests: read
checks: write
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: ${{ env.GO_VERSION }}
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: ${{ env.GOLANGCI_LINT_VERSION }}