Skip to content

chore(deps): update alpine/kubectl docker tag to v1.36.1 #499

chore(deps): update alpine/kubectl docker tag to v1.36.1

chore(deps): update alpine/kubectl docker tag to v1.36.1 #499

Workflow file for this run

name: golangci-lint
on:
push:
branches:
- main
pull_request:
permissions:
contents: read
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-go@v6
with:
go-version-file: 'go.mod'
check-latest: true
cache: false
- name: golangci-lint
uses: golangci/golangci-lint-action@v9
with:
args: --timeout=10m