Skip to content

Bump golangci/golangci-lint-action from c7bab6f874a90c53ecf7e5c027cf93430c8aac17 to ea0c88120e8fe1b09b2134dc97e879870b61b7ce #54

Bump golangci/golangci-lint-action from c7bab6f874a90c53ecf7e5c027cf93430c8aac17 to ea0c88120e8fe1b09b2134dc97e879870b61b7ce

Bump golangci/golangci-lint-action from c7bab6f874a90c53ecf7e5c027cf93430c8aac17 to ea0c88120e8fe1b09b2134dc97e879870b61b7ce #54

Workflow file for this run

name: lint
on:
push:
branches:
- main
pull_request: {}
permissions: read-all
jobs:
lint:
name: lint
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/[email protected]
- name: Install Go
uses: actions/[email protected]
with:
go-version-file: go.mod
cache-dependency-path: go.sum
- name: Setup GO env
run: go env -w CGO_ENABLED=0
- name: golangci-lint
uses: golangci/golangci-lint-action@ea0c88120e8fe1b09b2134dc97e879870b61b7ce
with:
version: v1.60.3
args: --config=.golangci.yml --verbose --out-${NO_FUTURE}format colored-line-number
skip-cache: true