Skip to content

Merge pull request #244 from rancher/dependabot/go_modules/main/googl… #289

Merge pull request #244 from rancher/dependabot/go_modules/main/googl…

Merge pull request #244 from rancher/dependabot/go_modules/main/googl… #289

Workflow file for this run

name: Lint
on:
pull_request:
push:
branches:
- master
tags:
- 'v*'
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Install Go
uses: actions/setup-go@v4
with:
go-version: 1.20.x
- name: Analysis
uses: golangci/golangci-lint-action@v3
with:
args: -v