Skip to content

build(deps): bump wandera/golangci-lint-action from 3 to 5 #82

build(deps): bump wandera/golangci-lint-action from 3 to 5

build(deps): bump wandera/golangci-lint-action from 3 to 5 #82

Workflow file for this run

name: Lint
on:
pull_request:
jobs:
golangci:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Install Go
uses: actions/setup-go@v4
with:
go-version-file: go.mod
- name: Lint
uses: wandera/golangci-lint-action@v5
with:
version: v1.52.2