Skip to content

Bump wandera/golangci-lint-action from 4 to 5 #46

Bump wandera/golangci-lint-action from 4 to 5

Bump wandera/golangci-lint-action from 4 to 5 #46

Workflow file for this run

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