diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 208af02..dced864 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 - - uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5 + - uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5 with: go-version: '>=1.21.1' - name: Set GOVERSION environment variable (Linux/macOS) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index bc25e63..56bfa8d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,7 +11,7 @@ jobs: steps: - name: Checkout uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 - - uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5 + - uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5 - name: Set GOVERSION environment variable run: echo "GOVERSION=$(go version)" >>$GITHUB_ENV - name: Release via goreleaser