diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 05a007d..d4e3768 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -15,7 +15,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v2 with: - go-version: 1.19 + go-version: 1.20 - name: Build and Test run: ./scripts/ci.sh