We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42cfe34 commit ece9b45Copy full SHA for ece9b45
1 file changed
playground/backend/containers/go/build.gradle
@@ -88,7 +88,7 @@ docker {
88
buildArgs(
89
['BASE_IMAGE' : project.rootProject.hasProperty(["base-image"]) ?
90
project.rootProject["base-image"] :
91
- "golang:1.25",
+ "golang:1.26",
92
'SDK_TAG' : project.rootProject.hasProperty(["sdk-tag"]) ?
93
project.rootProject["sdk-tag"] : project.rootProject.sdk_version,
94
'SDK_TAG_LOCAL': project.rootProject.sdk_version,
0 commit comments