Skip to content

Commit

Permalink
upgrade go version to 1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
Southclaws committed May 8, 2024
1 parent 41bb610 commit 35d2e00
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker/all/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.21 as api-builder
FROM golang:1.22 as api-builder

RUN git config --global --add safe.directory /server

Expand Down
2 changes: 1 addition & 1 deletion docker/api/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.21
FROM golang:1.22

RUN git config --global --add safe.directory /server

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/Southclaws/storyden

go 1.22

toolchain go1.22.1
toolchain go1.22.3

require (
ariga.io/atlas v0.22.0 // indirect
Expand Down

0 comments on commit 35d2e00

Please sign in to comment.