Skip to content

Bump github.com/stretchr/testify from 1.7.1 to 1.8.3 #47

Bump github.com/stretchr/testify from 1.7.1 to 1.8.3

Bump github.com/stretchr/testify from 1.7.1 to 1.8.3 #47

Workflow file for this run

on: [ push, pull_request ]
name: linter
jobs:
lint:
strategy:
matrix:
go-version: [ 1.x ]
platform: [ ubuntu-latest ]
runs-on: ${{ matrix.platform }}
steps:
- uses: actions/checkout@v3
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.45