Skip to content

Commit

Permalink
Upgrade to go v1.23
Browse files Browse the repository at this point in the history
- Fixes prebid#4101
  • Loading branch information
scr-oath committed Dec 13, 2024
1 parent 35e389f commit fb3cf20
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"dockerfile": "Dockerfile",
"args": {
// Update the VARIANT arg to pick a version of Go
"VARIANT": "1.22",
"VARIANT": "1.23",
// Options
"INSTALL_NODE": "false",
"NODE_VERSION": "lts/*"
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/prebid/prebid-server/v3

go 1.21
go 1.23

retract v3.0.0 // Forgot to update major version in import path and module name

Expand Down

0 comments on commit fb3cf20

Please sign in to comment.