diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d55fdb6..838e7c1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: - name: Set up Go 1.x uses: actions/setup-go@v3 with: - go-version: ^1.19 + go-version: ^1.20 id: go - name: Check out code into the Go module directory @@ -39,7 +39,7 @@ jobs: - name: Set up Go 1.x uses: actions/setup-go@v3 with: - go-version: ^1.19 + go-version: ^1.20 - name: Check out code into the Go module directory uses: actions/checkout@v3 @@ -90,7 +90,7 @@ jobs: - name: Set up Go 1.x uses: actions/setup-go@v3 with: - go-version: ^1.19 + go-version: ^1.20 id: go - name: Check out code into the Go module directory @@ -115,7 +115,7 @@ jobs: - name: Set up Go 1.x uses: actions/setup-go@v3 with: - go-version: ^1.19 + go-version: ^1.20 id: go - name: Check out code into the Go module directory diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fca641b..e829a67 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -34,7 +34,7 @@ jobs: - name: Set up Go 1.x uses: actions/setup-go@v3 with: - go-version: ^1.19 + go-version: ^1.20 id: go - name: Check out code into the Go module directory