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 ef27d69 commit c30b514Copy full SHA for c30b514
.github/workflows/release.yml
@@ -20,7 +20,7 @@ jobs:
20
- run: git fetch --force --tags
21
- uses: actions/setup-go@v5
22
with:
23
- go-version: '1.22'
+ go-version: '1.23'
24
- uses: docker/setup-qemu-action@v3
25
26
platforms: arm64
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM golang:1.22-bookworm AS build
+FROM golang:1.23-bookworm AS build
2
3
WORKDIR /usr/src/ps-http-sim
4
0 commit comments