Skip to content

Commit ce3756b

Browse files
committed
update: go version
1 parent bf94f2c commit ce3756b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
FROM golang:1.22 as builder
1+
FROM golang:1.23 AS builder
22
RUN mkdir /build
33
COPY . /build/
44
WORKDIR /build
55
RUN CGO_ENABLED=0 GOOS=linux go build -buildvcs=false -a -o go-codewars .
66

7-
FROM golang:1.22-alpine
7+
FROM golang:1.23-alpine
88
COPY --from=builder /build/go-codewars .
99
COPY --from=builder /build/routes/assets ./routes/assets
1010
EXPOSE 3000

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module dinifarb/codewars_readme_stats
22

3-
go 1.22
3+
go 1.23
44

55
require github.com/ajstarks/svgo v0.0.0-20211024235047-1546f124cd8b

0 commit comments

Comments
 (0)