Skip to content

Merge pull request #255 from zmb3/dependabot/go_modules/google.golang… #154

Merge pull request #255 from zmb3/dependabot/go_modules/google.golang…

Merge pull request #255 from zmb3/dependabot/go_modules/google.golang… #154

Workflow file for this run

name: golangci-lint
on:
push:
branches:
- master
pull_request:
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '1.22.0' # The Go version to download (if necessary) and use.
- name: golangci-lint
uses: golangci/golangci-lint-action@v4
with:
# Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version.
version: v1.56.2