Skip to content

Merge pull request #843 from rancher/dependabot/go_modules/main/githu… #1433

Merge pull request #843 from rancher/dependabot/go_modules/main/githu…

Merge pull request #843 from rancher/dependabot/go_modules/main/githu… #1433

Workflow file for this run

name: Lint
on:
pull_request:
push:
branches: [ "main", "release-v*" ]
tags:
- 'v*'
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Install Go
uses: actions/setup-go@v5
with:
go-version: 1.22.x
- name: Analysis
uses: golangci/golangci-lint-action@aaa42aa0628b4ae2578232a66b541047968fac86 # v6.1.0
with:
args: -v