Skip to content

Commit

Permalink
bump go version to 1.23.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Pascal-Delange committed Sep 10, 2024
1 parent 461fa4c commit 1dfb307
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
3 changes: 0 additions & 3 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@
"go.toolsEnvVars": {
"GOFUMPT_SPLIT_LONG_LINES": "on"
},
"go.delveConfig": {
"debugAdapter": "legacy"
},
"go.lintTool": "golangci-lint",
"go.lintOnSave": "package",
"search.exclude": {
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.22 as build
FROM golang:1.23 as build

WORKDIR /go/src/app
COPY . .
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 github.com/checkmarble/marble-backend

go 1.22.0
go 1.23.1

require (
cloud.google.com/go/storage v1.42.0
Expand Down

0 comments on commit 1dfb307

Please sign in to comment.