upd github actions

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