Skip to content

Commit 0265714

Browse files
author
Angelo Dini
committed
Merge branch 'update-go' into 'main'
chore: Update go to 1.23.0 See merge request divio/templates/getting-started-with-go!1
2 parents 2c45d71 + d7bd94c commit 0265714

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,4 +1,4 @@
1-
FROM golang:1.22.5
1+
FROM golang:1.23.0
22

33
WORKDIR /app
44

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module getting-started-with-go
22

3-
go 1.22.5
3+
go 1.23.0

0 commit comments

Comments
 (0)