Skip to content

chore(deps): bump Wandalen/wretry.action from 3.7.3 to 3.8.0 #3341

chore(deps): bump Wandalen/wretry.action from 3.7.3 to 3.8.0

chore(deps): bump Wandalen/wretry.action from 3.7.3 to 3.8.0 #3341

Workflow file for this run

name: lint
on:
pull_request:
branches:
- '*'
push:
branches:
- 'main'
tags:
- '*'
workflow_dispatch: {}
jobs:
golangci-lint:
timeout-minutes: 10
runs-on: ubuntu-latest
steps:
- name: checkout repository
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
fetch-depth: 0
- name: setup golang
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
with:
go-version-file: go.mod
- name: Run golangci-lint
uses: golangci/golangci-lint-action@971e284b6050e8a5849b72094c50ab08da042db8 # v6.1.1
with:
skip-cache: true # actions/setup-go from v4 handles caching for us