Skip to content

chore - remove vendor logic from makefile, add golangci-lint fix #19

chore - remove vendor logic from makefile, add golangci-lint fix

chore - remove vendor logic from makefile, add golangci-lint fix #19

Workflow file for this run

name: tests
on: [push, pull_request]
jobs:
tests:
strategy:
matrix:
go-version: [1.17.x, 1.18.x]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
name: "install go"
with:
go-version: ${{ matrix.go-version }}
- name: "tests"
run: go test ./...