Skip to content

chore(deps): update golangci/golangci-lint-action action to v8 in .gi… #1083

chore(deps): update golangci/golangci-lint-action action to v8 in .gi…

chore(deps): update golangci/golangci-lint-action action to v8 in .gi… #1083

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@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
with:
go-version: ${{ matrix.go-version }}
cache: true
- name: golangci-lint
uses: golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9 # v8