diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index adde68c..9a28cb0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,10 +6,10 @@ jobs: runs-on: ubuntu-latest steps: - - name: Set up Go 1.17.3 + - name: Set up Go 1.18 uses: actions/setup-go@v1 with: - go-version: 1.17.3 + go-version: 1.18 id: go - name: Check out code into the Go module directory