diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 619606a..7299cfd 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -7,10 +7,10 @@ jobs: name: Build runs-on: ubuntu-18.04 steps: - - name: Set up Go 1.18 + - name: Set up Go 1.20 uses: actions/setup-go@v2 with: - go-version: "1.18" + go-version: "1.20" id: go - name: Check out code into the Go module directory