Skip to content

fix(deps): update module github.com/stretchr/testify to v1.10.0 #58

fix(deps): update module github.com/stretchr/testify to v1.10.0

fix(deps): update module github.com/stretchr/testify to v1.10.0 #58

Workflow file for this run

name: Lint
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: '1.17'
- name: Install dependencies
run: |
go version
go install golang.org/x/lint/golint@latest
go mod download
- name: Run Lint
run: |
golint -set_exit_status=1 ./...