Skip to content

Bump github.com/stretchr/testify from 1.7.0 to 1.8.4 #32

Bump github.com/stretchr/testify from 1.7.0 to 1.8.4

Bump github.com/stretchr/testify from 1.7.0 to 1.8.4 #32

Workflow file for this run

name: reviewdog
on: [pull_request]
jobs:
golangci-lint:
name: runner / golangci-lint
runs-on: ubuntu-latest
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@v1
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: '1.16'
- name: golangci-lint
uses: reviewdog/action-golangci-lint@v1