Skip to content

chore(deps): bump golangci/golangci-lint-action from 6.1.1 to 6.2.0 in the all group #244

chore(deps): bump golangci/golangci-lint-action from 6.1.1 to 6.2.0 in the all group

chore(deps): bump golangci/golangci-lint-action from 6.1.1 to 6.2.0 in the all group #244

Workflow file for this run

name: golangci-lint
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
permissions:
contents: read
pull-requests: read
jobs:
# Test golangci-lint for go-version define in go.mod
golangci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
- uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a #v5.2.0
with:
go-version-file: go.mod
cache: false
- name: golangci-lint
uses: golangci/golangci-lint-action@ec5d18412c0aeab7936cb16880d708ba2a64e1ae # 6.2.0
with:
version: latest
only-new-issues: true