From 3c100a79a35233cf8e3c7327814ee00a8248b159 Mon Sep 17 00:00:00 2001 From: bulletmys Date: Sun, 10 Oct 2021 20:24:20 +0300 Subject: [PATCH] upd github actions --- .github/workflows/go.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 58e2dc9..655602b 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -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