Skip to content

chore(deps): update all non-major dependencies in .github/workflows/r… #1000

chore(deps): update all non-major dependencies in .github/workflows/r…

chore(deps): update all non-major dependencies in .github/workflows/r… #1000

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@ec5d18412c0aeab7936cb16880d708ba2a64e1ae # v6
with:
version: v1.62.2