Skip to content

Update module k8s.io/client-go to v0.28.3 - autoclosed #26

Update module k8s.io/client-go to v0.28.3 - autoclosed

Update module k8s.io/client-go to v0.28.3 - autoclosed #26

Workflow file for this run

name: Lint
on:
pull_request:
branches: [ 'main' ]
jobs:
lint:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version: '1.20'
- name: Lint
run: |
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.54.2
golangci-lint run main.go