Skip to content

Commit

Permalink
chore(deps): upgrade golang version to 1.22.8 (#1038)
Browse files Browse the repository at this point in the history
* chore(deps): upgrade golang version to 1.23.2

Signed-off-by: Lukasz Dziedziak <lukidzi@gmail.com>

* chore(deps): use golang 1.22.8

Signed-off-by: Lukasz Dziedziak <lukidzi@gmail.com>

* update README

Signed-off-by: Lukasz Dziedziak <lukidzi@gmail.com>

---------

Signed-off-by: Lukasz Dziedziak <lukidzi@gmail.com>
  • Loading branch information
lukidzi authored Dec 12, 2024
1 parent fc6c162 commit 87d7d44
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.ci
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM golang:1.23@sha256:ad5c126b5cf501a8caef751a243bb717ec204ab1aa56dc41dc11be089fafcb4f
FROM golang:1.22@sha256:0ca97f4ab335f4b284a5b8190980c7cdc21d320d529f2b643e8a8733a69bfb6b

COPY --from=envoyproxy/envoy-dev:latest /usr/local/bin/envoy /usr/local/bin/envoy
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ feedback, we might decide to revisit this aspect at a later point in time.

## Requirements

1. Go 1.21+
1. Go 1.22+

## Quick start

Expand Down
2 changes: 1 addition & 1 deletion examples/dyplomat/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.21@sha256:672a2286da3ee7a854c3e0a56e0838918d0dbb1c18652992930293312de898a6
FROM golang:1.22@sha256:0ca97f4ab335f4b284a5b8190980c7cdc21d320d529f2b643e8a8733a69bfb6b

WORKDIR /go/src/dyplomat
COPY . /go/src/dyplomat
Expand Down
2 changes: 1 addition & 1 deletion examples/dyplomat/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/envoyproxy/go-control-plane/examples/dyplomat

go 1.21
go 1.22.8

require (
github.com/envoyproxy/go-control-plane v0.13.0
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/envoyproxy/go-control-plane

go 1.21
go 1.22.8

require (
github.com/cncf/xds/go v0.0.0-20240423153145-555b57ec207b
Expand Down
2 changes: 1 addition & 1 deletion xdsmatcher/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/envoyproxy/go-control-plane/xdsmatcher

go 1.21
go 1.22.8

require (
github.com/cncf/xds/go v0.0.0-20240423153145-555b57ec207b
Expand Down

0 comments on commit 87d7d44

Please sign in to comment.