Skip to content

Commit a559a02

Browse files
committed
chore: update Go version to 1.21 in Dockerfile and go.mod.
1 parent 293567e commit a559a02

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build stage
2-
FROM golang:1.20-alpine AS build
2+
FROM golang:1.21-alpine AS build
33
WORKDIR /src
44
COPY go.mod go.sum ./
55
RUN go mod download

go.mod

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

3-
go 1.20
3+
go 1.21
44

55
require (
66
github.com/go-chi/chi/v5 v5.2.3

0 commit comments

Comments
 (0)