Skip to content

Merge pull request #207 from coreruleset/renovate/alpine-3.x #1007

Merge pull request #207 from coreruleset/renovate/alpine-3.x

Merge pull request #207 from coreruleset/renovate/alpine-3.x #1007

Workflow file for this run

name: Lint
# default token permissions: none
permissions: {}
on:
push:
branches: [main]
pull_request:
branches: [main]
types: [opened, synchronize, reopened]
jobs:
lint:
strategy:
matrix:
go-version: [1.23.x]
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Install Go
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
with:
go-version: ${{ matrix.go-version }}
cache: true
- name: golangci-lint
uses: golangci/golangci-lint-action@2226d7cb06a077cd73e56eedd38eecad18e5d837 # v6
with:
version: v1.62.2