diff --git a/.github/workflows/test-pull-request.yml b/.github/workflows/test-pull-request.yml index cc08c20c6..eb162fb7b 100644 --- a/.github/workflows/test-pull-request.yml +++ b/.github/workflows/test-pull-request.yml @@ -14,7 +14,7 @@ jobs: - name: Setup Go uses: actions/setup-go@v5 with: - go-version: stable + go-version: '1.24' - name: Checkout uses: actions/checkout@v4 @@ -53,7 +53,7 @@ jobs: - name: Setup Go uses: actions/setup-go@v5 with: - go-version: stable + go-version: '1.24' - name: Checkout uses: actions/checkout@v4