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 fceb298 commit 70089b7Copy full SHA for 70089b7
build/package/Dockerfile
@@ -1,5 +1,5 @@
1
# Building the binary of the App
2
-FROM golang:1.22-alpine AS build
+FROM golang:1.23-alpine AS build
3
4
ARG APP
5
ARG APP_VERSION=1.0.0
build/package/Dockerfile.dev
@@ -1,4 +1,4 @@
-FROM golang:1.20-alpine
+FROM golang:1.23-alpine
ENV GO111MODULE="on"
ENV GOOS="linux"
go.mod
@@ -1,6 +1,6 @@
module github.com/android-sms-gateway/server
-go 1.22.0
+go 1.23
require (
6
firebase.google.com/go/v4 v4.12.1
test/e2e/go.mod
module github.com/android-sms-gateway/server/test/e2e
require github.com/go-resty/resty/v2 v2.16.2
0 commit comments