From 81a2dcf11590e32404a191ddb9785392f82a234c Mon Sep 17 00:00:00 2001 From: John Roesler Date: Mon, 6 Nov 2023 15:23:54 -0600 Subject: [PATCH] update golangci-lint workflow --- .github/workflows/go_test.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/go_test.yml b/.github/workflows/go_test.yml index b4f36c9e..0dcc90aa 100644 --- a/.github/workflows/go_test.yml +++ b/.github/workflows/go_test.yml @@ -18,13 +18,13 @@ jobs: steps: - name: Checkout code uses: actions/checkout@v3 - - name: golangci-lint - uses: golangci/golangci-lint-action@v3.7.0 - with: - version: v1.55.2 - name: Install Go uses: actions/setup-go@v4 with: go-version: ${{ matrix.go-version }} + - name: golangci-lint + uses: golangci/golangci-lint-action@v3.7.0 + with: + version: v1.55.2 - name: test run: make test