We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 293567e commit a559a02Copy full SHA for a559a02
Dockerfile
@@ -1,5 +1,5 @@
1
# Build stage
2
-FROM golang:1.20-alpine AS build
+FROM golang:1.21-alpine AS build
3
WORKDIR /src
4
COPY go.mod go.sum ./
5
RUN go mod download
go.mod
@@ -1,6 +1,6 @@
module github.com/CSO2/api-gateway
-go 1.20
+go 1.21
require (
6
github.com/go-chi/chi/v5 v5.2.3
0 commit comments