Skip to content

Commit ebea98c

Browse files
AchoArnoldCopilot
andcommitted
fix(tests): use Go 1.23 for Fiber v3 compatibility
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 40b6f34 commit ebea98c

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/integration-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Set up Go
2222
uses: actions/setup-go@v5
2323
with:
24-
go-version: "1.22"
24+
go-version: "1.23"
2525

2626
- name: Generate Firebase credentials
2727
run: |

tests/emulator/Dockerfile

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

33
WORKDIR /app
44
COPY go.mod go.sum ./

tests/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/NdoleStudio/httpsms/tests
22

3-
go 1.25.0
3+
go 1.23
44

55
require github.com/stretchr/testify v1.11.1
66

0 commit comments

Comments
 (0)