Skip to content

Commit

Permalink
Merge pull request #9 from daytonaio/go-1-22
Browse files Browse the repository at this point in the history
Upgrade Go to 1.22.1
  • Loading branch information
Tpuljak authored Mar 12, 2024
2 parents f1a65a6 + 3038b60 commit 7f68a5b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 15 deletions.
10 changes: 5 additions & 5 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@
"upgradePackages": "false"
},
"ghcr.io/devcontainers/features/docker-in-docker:2": {},
"ghcr.io/devcontainers/features/go:1": {},
"ghcr.io/devcontainers/features/go:1": {
"version": "1.22.1"
},
"ghcr.io/devcontainers/features/node:1": {}
},
"containerEnv": {
"LOG_LEVEL": "debug",
"GOPRIVATE": "github.com/daytonaio/daytona"
"LOG_LEVEL": "debug"
},
"postCreateCommand": {
"setup": "/setup/postcreate.sh",
"gitconfig": "echo '[url \"ssh://[email protected]/\"]\n\tinsteadOf = https://github.com/' >> ~/.gitconfig"
"tidy": "go mod tidy"
},
"remoteUser": "daytona"
}
9 changes: 0 additions & 9 deletions .devcontainer/postcreate.sh

This file was deleted.

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

go 1.21.6
go 1.22.1

require (
github.com/daytonaio/daytona v0.1.0
Expand Down

0 comments on commit 7f68a5b

Please sign in to comment.