We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f04736 commit 498fbf2Copy full SHA for 498fbf2
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM golang:1.21-bookworm AS build
+FROM golang:1.22-bookworm AS build
2
3
WORKDIR /usr/src/ps-http-sim
4
go.mod
@@ -1,8 +1,8 @@
module github.com/mattrobenolt/ps-http-sim
-go 1.21
+go 1.22
5
-toolchain go1.21.6
+toolchain go1.22.0
6
7
require (
8
connectrpc.com/connect v1.14.0
0 commit comments