diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 3fec7b2..d7d5c43 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -7,10 +7,10 @@ jobs: runs-on: ubuntu-latest steps: - - name: Set up Go 1.12 + - name: Set up Go 1.13.6 uses: actions/setup-go@v1 with: - go-version: 1.12 + go-version: 1.13.6 id: go - name: Check out code into the Go module directory @@ -18,3 +18,5 @@ jobs: - name: Build run: cd cmd/godns && go build -v . + - name: GolangCI-Linter + uses: Mushus/golangci-linter@v1.1.1