Skip to content

Commit

Permalink
[golang] Upgrade go version 1.20 -> 1.21
Browse files Browse the repository at this point in the history
Signed-off-by: Eliott Bouhana <[email protected]>
  • Loading branch information
eliottness committed Jul 11, 2024
1 parent 5c1f9e6 commit 2302dd5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions utils/_context/_scenarios/parametric.py
Original file line number Diff line number Diff line change
Expand Up @@ -271,9 +271,9 @@ def golang_library_factory():
lang="golang",
protocol="grpc",
container_name="go-test-library",
container_tag="go118-test-library",
container_tag="go122-test-library",
container_img=f"""
FROM golang:1.20
FROM golang:1.22
# install jq
RUN apt-get update && apt-get -y install jq
Expand Down
2 changes: 1 addition & 1 deletion utils/build/docker/golang/app/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module weblog

go 1.20
go 1.21

require (
github.com/99designs/gqlgen v0.17.36
Expand Down
2 changes: 1 addition & 1 deletion utils/build/docker/golang/go.work
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
go 1.20
go 1.21

use (
./app
Expand Down

0 comments on commit 2302dd5

Please sign in to comment.