Skip to content

Bump github.com/cenkalti/backoff/v4 from 4.2.1 to 4.3.0 #127

Bump github.com/cenkalti/backoff/v4 from 4.2.1 to 4.3.0

Bump github.com/cenkalti/backoff/v4 from 4.2.1 to 4.3.0 #127

Workflow file for this run

name: Build
on:
push:
branches: main
pull_request:
branches: main
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Go 1.21
uses: actions/setup-go@v4
with:
go-version: 1.21
- name: Test
run: ./hack/test-all.sh
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
# Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version.
version: v1.54