Skip to content

Commit

Permalink
Bump required go version to 1.23.4
Browse files Browse the repository at this point in the history
  • Loading branch information
pmarques committed Feb 9, 2025
1 parent 4842910 commit 539b211
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{
"name": "Go",
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
"image": "mcr.microsoft.com/devcontainers/go:1.22-bookworm",
"image": "mcr.microsoft.com/devcontainers/go:1.23-bookworm",

"remoteEnv": {
"PODMAN_USERNS": "keep-id"
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 github.com/pmarques/ifconfig.me

go 1.22.7

toolchain go1.23.1
go 1.23.4

require (
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.59.0
Expand Down

0 comments on commit 539b211

Please sign in to comment.