diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index e415b3e..fbf1e63 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -23,7 +23,7 @@ jobs: steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 - uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5 - - uses: golangci/golangci-lint-action@971e284b6050e8a5849b72094c50ab08da042db8 # v6.1.1 + - uses: golangci/golangci-lint-action@ec5d18412c0aeab7936cb16880d708ba2a64e1ae # v6.2.0 - name: Run tests with Coverage run: make coverage - name: Upload Code Coverage