diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index e1993ea..0338e0b 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -17,7 +17,7 @@ jobs: - name: Setup go uses: actions/setup-go@v3 with: - go-version: "1.17.x" + go-version: "1.19.x" - name: Cache Go Dependencies uses: actions/cache@v3 @@ -46,7 +46,7 @@ jobs: - name: Setup go uses: actions/setup-go@v3 with: - go-version: "1.17.x" + go-version: "1.19.x" - name: Cache Go Dependencies uses: actions/cache@v3 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9f28cb8..9c8dc97 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,7 +15,7 @@ jobs: - name: Setup go uses: actions/setup-go@v3 with: - go-version: "1.17.x" + go-version: "1.19.x" - name: Cache Go Dependencies uses: actions/cache@v3