diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 4c5e240..fbfdd9d 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -12,7 +12,7 @@ jobs: - name: Install Go uses: actions/setup-go@v3 with: - go-version: 8.x + go-version: '1.18' - name: Check out code into the Go module directory uses: actions/checkout@v3 - name: run tests