Skip to content
This repository has been archived by the owner on Jul 5, 2024. It is now read-only.

Bump github.com/stretchr/testify from 1.8.1 to 1.9.0 #706

Bump github.com/stretchr/testify from 1.8.1 to 1.9.0

Bump github.com/stretchr/testify from 1.8.1 to 1.9.0 #706

Workflow file for this run

name: golangci-lint
on:
push:
branches:
- master
- "release-*"
pull_request:
permissions:
contents: read
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: golangci-lint
uses: golangci/golangci-lint-action@v2
with:
version: v1.51.2