Skip to content

Bump github.com/stretchr/testify from 1.8.4 to 1.9.0 (#604) #1284

Bump github.com/stretchr/testify from 1.8.4 to 1.9.0 (#604)

Bump github.com/stretchr/testify from 1.8.4 to 1.9.0 (#604) #1284

Workflow file for this run

name: Lint
on:
push:
branches:
- main
- master
- develop
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Install Go
uses: actions/setup-go@v1
with:
go-version: 1.21.x
- name: Checkout code
uses: actions/checkout@v2
- name: Lint
run: |
make install-linter
make lint