diff --git a/.github/workflows/test-pull-request.yml b/.github/workflows/test-pull-request.yml index 9d4db2d88..9cc9deea7 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 @@ -56,7 +56,7 @@ jobs: - name: Setup Go uses: actions/setup-go@v5 with: - go-version: stable + go-version: '1.24' - name: Checkout uses: actions/checkout@v4