Skip to content

chore(deps): bump github.com/cenkalti/backoff/v4 from 4.2.1 to 4.3.0 #166

chore(deps): bump github.com/cenkalti/backoff/v4 from 4.2.1 to 4.3.0

chore(deps): bump github.com/cenkalti/backoff/v4 from 4.2.1 to 4.3.0 #166

Workflow file for this run

name: golangci-lint
on:
push:
branches:
- main
tags:
- v*
pull_request:
permissions:
contents: read
pull-requests: read
env:
GO_VERSION: 1.19.5
GOLANGCI_LINT_VERSION: 1.50.1
jobs:
golangci:
name: lint
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4.1.2
- uses: actions/setup-go@v5.0.0
with:
go-version: ${{ env.GO_VERSION }}
- name: golangci-lint
uses: golangci/golangci-lint-action@v4.0.0
with:
version: v${{ env.GOLANGCI_LINT_VERSION }}