Skip to content

Commit

Permalink
task: updating to latest Go
Browse files Browse the repository at this point in the history
  • Loading branch information
paganotoni committed Oct 30, 2024
1 parent 92ee50f commit 2d2efd0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
FROM golang:1.22-alpine AS builder
FROM golang:1.23-alpine AS builder
RUN apk --update add build-base curl

WORKDIR /src/todox

ADD go.mod .
RUN go mod download

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module todox

go 1.22.4
go 1.23

require (
github.com/gofrs/uuid/v5 v5.2.0
Expand Down

0 comments on commit 2d2efd0

Please sign in to comment.