diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index a005ef2e4e..79177d6ac4 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -48,7 +48,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v2 with: - go-version: 1.17.x + go-version: 1.19.x - name: Checkout code uses: actions/checkout@v2