Skip to content

Commit

Permalink
chore: update go1.24
Browse files Browse the repository at this point in the history
  • Loading branch information
katallaxie committed Feb 18, 2025
1 parent b7f11b3 commit f272064
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 8 deletions.
6 changes: 2 additions & 4 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,14 @@
"features": {
"ghcr.io/devcontainers/features/docker-in-docker:2": {},
"ghcr.io/devcontainers/features/go:1": {},
"ghcr.io/devcontainers/features/github-cli:1": {},
"ghcr.io/devcontainers/features/node:1": {}
"ghcr.io/devcontainers/features/github-cli:1": {}
},
"customizations": {
"vscode": {
"extensions": [
"GitHub.copilot",
"GitHub.vscode-github-actions",
"golang.go",
"ms-vscode.makefile-tools"
"golang.go"
]
}
}
Expand Down
4 changes: 1 addition & 3 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
module template

go 1.22

toolchain go1.22.5
go 1.24

require (
github.com/sethvargo/go-githubactions v1.3.0
Expand Down
3 changes: 2 additions & 1 deletion tools/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
module tools

go 1.23
go 1.24

toolchain go1.24.0

require (
Expand Down

0 comments on commit f272064

Please # to comment.