upd github actions

This commit is contained in:
bulletmys
2021-10-10 20:46:21 +03:00
parent 3c100a79a3
commit 5fd7585ed4
+1 -1
View File
@@ -23,7 +23,7 @@ jobs:
go-version: ${{ matrix.go }}
- name: Install golint
run: go get golang.org/x/lint/golint && go install golang.org/x/lint/golint
run: go get golang.org/x/lint/golint && go mod tidy
- name: Build and Run tests
run: make