Skip to content

chore(dep): update testify to v1.10.0, add 1.23 to testing #652

chore(dep): update testify to v1.10.0, add 1.23 to testing

chore(dep): update testify to v1.10.0, add 1.23 to testing #652

Workflow file for this run

name: lint
on:
push:
pull_request:
jobs:
lint:
name: run golangci-golint on the project
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v3
with:
go-version: "^1"
- run: go version
- uses: actions/checkout@v3
- name: golangci-golint
run: |
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s v1.63.4
./bin/golangci-lint run -v ./...