diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 4e9bfd1..2bb2996 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -8,7 +8,7 @@ jobs: - name: Set up Golang uses: actions/setup-go@v2 with: - go-version: '^1.16.0' + go-version: '^1.18.0' - run: go version - name: Check out code into the Go module directory