diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 73f914e..b924c35 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: with: go-version: '1.20' cache: true - - uses: golangci/golangci-lint-action@v6 + - uses: golangci/golangci-lint-action@v7 - run: go build -v ./... - name: Test and Generate Coverage run: go test -v -race -coverprofile=coverage.txt -covermode=atomic ./...