Skip to content

feat(deps): bump k8s.io/apiserver from 0.28.4 to 0.29.2 #190

feat(deps): bump k8s.io/apiserver from 0.28.4 to 0.29.2

feat(deps): bump k8s.io/apiserver from 0.28.4 to 0.29.2 #190

Workflow file for this run

name: Go Lint
on:
push:
branches: [ "*" ]
pull_request:
branches: [ "*" ]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
golangci:
name: lint
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- name: Install Go
uses: actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 # v4.0.0
with:
go-version: '1.21'
cache: false
- name: Run golangci-lint
uses: golangci/golangci-lint-action@3a919529898de77ec3da873e3063ca4b10e7f5cc # v3.7.0
with:
version: v1.55.2
only-new-issues: false
args: --timeout 5m --config .golangci.yml