From b4a58418fc08b67bc0009dbc029349ae8f845c2d Mon Sep 17 00:00:00 2001 From: Florent Poinsard Date: Wed, 6 Sep 2023 18:11:03 -0400 Subject: [PATCH] Bump go version to 1.21.1 Signed-off-by: Florent Poinsard --- Dockerfile | 2 +- Dockerfile.ghapp | 2 +- ansible/roles/vitess_build/defaults/main.yml | 3 ++- config/dev/config.yaml | 2 +- config/prod/config.yaml | 2 +- 5 files changed, 6 insertions(+), 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index 45a2957c9..85102cb2e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM golang:1.21.0-bookworm AS build-stage +FROM golang:1.21.1-bookworm AS build-stage WORKDIR /build diff --git a/Dockerfile.ghapp b/Dockerfile.ghapp index 8d62a79b1..e0ababbc4 100644 --- a/Dockerfile.ghapp +++ b/Dockerfile.ghapp @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM golang:1.21.0-bookworm AS build-stage +FROM golang:1.21.1-bookworm AS build-stage WORKDIR /build diff --git a/ansible/roles/vitess_build/defaults/main.yml b/ansible/roles/vitess_build/defaults/main.yml index 145f91638..4daf977ee 100644 --- a/ansible/roles/vitess_build/defaults/main.yml +++ b/ansible/roles/vitess_build/defaults/main.yml @@ -11,7 +11,7 @@ --- -golang_gover: '1.20.4' +golang_gover: '1.21.1' golang_hash_linux_amd64: '1.18.7': 'sha256:6c967efc22152ce3124fc35cdf50fc686870120c5fd2107234d05d450a6105d8' '1.19.3': 'sha256:74b9640724fd4e6bb0ed2a1bc44ae813a03f1e72a4c76253e2d5c015494430ba' @@ -20,6 +20,7 @@ golang_hash_linux_amd64: '1.20.2': 'sha256:4eaea32f59cde4dc635fbc42161031d13e1c780b87097f4b4234cfce671f1768' '1.20.3': 'sha256:979694c2c25c735755bf26f4f45e19e64e4811d661dd07b8c010f7a8e18adfca' '1.20.4': 'sha256:698ef3243972a51ddb4028e4a1ac63dc6d60821bf18e59a807e051fee0a385bd' + '1.21.1': 'sha256:b3075ae1ce5dab85f89bc7905d1632de23ca196bd8336afd93fa97434cfa55ae' vitess_git_repo: "https://github.com/vitessio/vitess.git" vitess_git_version: "main" diff --git a/config/dev/config.yaml b/config/dev/config.yaml index 08fce145a..bbccf8d4e 100644 --- a/config/dev/config.yaml +++ b/config/dev/config.yaml @@ -1,4 +1,4 @@ -exec-go-version: "1.20.4" +exec-go-version: "1.21.1" web-port: 8080 web-benchmark-config-path: ./config/benchmarks/ diff --git a/config/prod/config.yaml b/config/prod/config.yaml index 05fab13be..8577aceb6 100644 --- a/config/prod/config.yaml +++ b/config/prod/config.yaml @@ -1,4 +1,4 @@ -exec-go-version: "1.20.4" +exec-go-version: "1.21.1" web-cron-schedule: "@midnight" web-cron-schedule-pull-requests: "*/5 * * * *"