Skip to content

Bump github.com/stretchr/testify from 1.8.2 to 1.8.4 (#320) #200

Bump github.com/stretchr/testify from 1.8.2 to 1.8.4 (#320)

Bump github.com/stretchr/testify from 1.8.2 to 1.8.4 (#320) #200

Workflow file for this run

name: Lint
on:
push:
branches:
- '*'
tags:
# semver tags:
- 'v[12].[0-9]+.[0-9]+'
pull_request:
branches:
- main
- 'release/**'
jobs:
test:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.19
- name: Lint
run: |
make tools
make lint