Skip to content

Commit

Permalink
upgrade to Go 1.22
Browse files Browse the repository at this point in the history
Signed-off-by: spacewander <[email protected]>
  • Loading branch information
spacewander committed Jan 26, 2025
1 parent e60e8f8 commit f64be66
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion api/tests/integration/testdata/services/grpc/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.io/library/golang:1.21-bullseye
FROM docker.io/library/golang:1.22-bullseye

WORKDIR /app
COPY . /app
Expand Down
3 changes: 1 addition & 2 deletions api/tests/integration/testdata/services/grpc/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@

module mosn.io/htnn/api/tests/integration/testdata/services/grpc

go 1.21
toolchain go1.22.5
go 1.22

require (
google.golang.org/grpc v1.70.0
Expand Down

0 comments on commit f64be66

Please sign in to comment.