Skip to content

Update kubernetes packages (minor) #21

Update kubernetes packages (minor)

Update kubernetes packages (minor) #21

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 }}