Skip to content

Commit c30b514

Browse files
committed
builds against go1.23
1 parent ef27d69 commit c30b514

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- run: git fetch --force --tags
2121
- uses: actions/setup-go@v5
2222
with:
23-
go-version: '1.22'
23+
go-version: '1.23'
2424
- uses: docker/setup-qemu-action@v3
2525
with:
2626
platforms: arm64

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.22-bookworm AS build
1+
FROM golang:1.23-bookworm AS build
22

33
WORKDIR /usr/src/ps-http-sim
44

0 commit comments

Comments
 (0)