diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index f09c1cc8..d1a3ab7b 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -12,7 +12,7 @@ jobs: - name: Set up Go 1.x uses: actions/setup-go@v2 with: - go-version: ^1.16 + go-version: ^1.20 id: go - name: Check out code into the Go module directory @@ -38,7 +38,7 @@ jobs: steps: - uses: actions/setup-go@v2 with: - go-version: '1.16' + go-version: '1.20' - uses: actions/checkout@v2 - uses: actions/cache@v2 with: