Skip to content

Commit 70089b7

Browse files
committed
[build] upgrade Go to 1.23
1 parent fceb298 commit 70089b7

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

build/package/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Building the binary of the App
2-
FROM golang:1.22-alpine AS build
2+
FROM golang:1.23-alpine AS build
33

44
ARG APP
55
ARG APP_VERSION=1.0.0

build/package/Dockerfile.dev

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

33
ENV GO111MODULE="on"
44
ENV GOOS="linux"

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/android-sms-gateway/server
22

3-
go 1.22.0
3+
go 1.23
44

55
require (
66
firebase.google.com/go/v4 v4.12.1

test/e2e/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/android-sms-gateway/server/test/e2e
22

3-
go 1.22.0
3+
go 1.23
44

55
require github.com/go-resty/resty/v2 v2.16.2
66

0 commit comments

Comments
 (0)