From 663eabe2948483fd1c327a049be6ac4f0980ff17 Mon Sep 17 00:00:00 2001 From: William Kennedy Date: Sun, 21 Jan 2024 14:47:56 -0500 Subject: [PATCH] new git workflow --- .github/workflows/go.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 31b6d3ca..c2d9cc17 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -18,12 +18,12 @@ jobs: with: go-version: 1.21.6 - - name: Staticheck - run: | - wget -O staticcheck.tgz https://github.com/dominikh/go-tools/releases/download/2022.1/staticcheck_linux_amd64.tar.gz - sudo tar -xzf staticcheck.tgz - ./staticcheck/staticcheck --version - ./staticcheck/staticcheck -checks=all ./... + # - name: Staticheck + # run: | + # wget -O staticcheck.tgz https://github.com/dominikh/go-tools/releases/download/2022.1/staticcheck_linux_amd64.tar.gz + # sudo tar -xzf staticcheck.tgz + # ./staticcheck/staticcheck --version + # ./staticcheck/staticcheck -checks=all ./... - name: Build run: go build -v ./...