fix actions

This commit is contained in:
Alexander Baranov
2022-07-01 21:05:28 +06:00
parent 7c22be5d3e
commit 28c1997dfa

View File

@@ -22,9 +22,9 @@ jobs:
go vet .
golint .
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: latest
uses: golangci/golangci-lint-action@v3
with:
version: latest
# # Run testing on the code
# - name: Run testing
# run: cd test && go test -v