diff --git a/.github/workflows/test-pull-request.yml b/.github/workflows/test-pull-request.yml index d3f378f..c31662f 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@v3 with: - go-version: 1.18.x + go-version: 'stable' - name: Checkout uses: actions/checkout@v3