Skip to content

Commit

Permalink
Bump go version to 1.21.1
Browse files Browse the repository at this point in the history
Signed-off-by: Florent Poinsard <[email protected]>
  • Loading branch information
frouioui committed Sep 6, 2023
1 parent 3b9ec94 commit b4a5841
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.ghapp
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
3 changes: 2 additions & 1 deletion ansible/roles/vitess_build/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand All @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion config/dev/config.yaml
Original file line number Diff line number Diff line change
@@ -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/
Expand Down
2 changes: 1 addition & 1 deletion config/prod/config.yaml
Original file line number Diff line number Diff line change
@@ -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 * * * *"
Expand Down

0 comments on commit b4a5841

Please sign in to comment.