Skip to content

chore(deps): update actions/setup-go action to v5.3.0 #383

chore(deps): update actions/setup-go action to v5.3.0

chore(deps): update actions/setup-go action to v5.3.0 #383

Workflow file for this run

---
name: Lint (Golang)
on: # yamllint disable-line rule:truthy
pull_request:
types: [opened, synchronize]
paths:
- .github/workflows/lint.golang.yml
- go.*
- cmd/**
- pkg/**
jobs:
golangci-lint:
name: Golang CI lint
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
with:
# renovate: datasource=golang-version
go-version: '1.22'
check-latest: true
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- uses: golangci/golangci-lint-action@aaa42aa0628b4ae2578232a66b541047968fac86 # v6.1.0
with:
# renovate: datasource=github-releases depName=golangci/golangci-lint
version: v1.56.2