Skip to content

Bump github.com/stretchr/testify from 1.8.2 to 1.9.0 #77

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

Bump github.com/stretchr/testify from 1.8.2 to 1.9.0 #77

Workflow file for this run

name: Lint
on:
push:
tags:
- v*
branches:
- master
pull_request:
jobs:
lint:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: golangci-lint
uses: golangci/golangci-lint-action@v2
with:
version: latest