|
68 | 68 | "golang": { |
69 | 69 | "base_images": { |
70 | 70 | "x64": { |
71 | | - "1.22": "golang:1.22", |
72 | | - "1.23": "golang:1.23", |
73 | | - "1.24": "golang:1.24" |
| 71 | + "1.22.0": "golang:1.22", |
| 72 | + "1.23.0": "golang:1.23", |
| 73 | + "1.24.0": "golang:1.24" |
74 | 74 | } |
75 | 75 | }, |
76 | 76 | "images": [ |
|
222 | 222 | "golang": { |
223 | 223 | "base_images": { |
224 | 224 | "x64": { |
225 | | - "1.22": "mcr.microsoft.com/devcontainers/go:1.4-1.22", |
226 | | - "1.23": "mcr.microsoft.com/devcontainers/go:1.4-1.23", |
227 | | - "1.24": "mcr.microsoft.com/devcontainers/go:1.4-1.24" |
| 225 | + "1.22.0": "mcr.microsoft.com/devcontainers/go:1.4-1.22", |
| 226 | + "1.23.0": "mcr.microsoft.com/devcontainers/go:1.4-1.23", |
| 227 | + "1.24.0": "mcr.microsoft.com/devcontainers/go:1.4-1.24" |
228 | 228 | } |
229 | 229 | }, |
230 | 230 | "images": [ |
|
311 | 311 | "golang": { |
312 | 312 | "base_images": { |
313 | 313 | "x64": { |
314 | | - "1.22": "ubuntu:22.04", |
315 | | - "1.23": "ubuntu:22.04", |
316 | | - "1.24": "ubuntu:22.04" |
| 314 | + "1.22.0": "ubuntu:22.04", |
| 315 | + "1.23.0": "ubuntu:22.04", |
| 316 | + "1.24.0": "ubuntu:22.04" |
317 | 317 | } |
318 | 318 | }, |
319 | 319 | "images": [ |
|
397 | 397 | "golang": { |
398 | 398 | "base_images": { |
399 | 399 | "x64": { |
400 | | - "1.21": "openwhisk/action-golang-v1.21", |
401 | | - "1.22": "openwhisk/action-golang-v1.22", |
402 | | - "1.23": "openwhisk/action-golang-v1.23" |
| 400 | + "1.21.0": "openwhisk/action-golang-v1.21", |
| 401 | + "1.22.0": "openwhisk/action-golang-v1.22", |
| 402 | + "1.23.0": "openwhisk/action-golang-v1.23" |
403 | 403 | } |
404 | 404 | }, |
405 | 405 | "images": [ |
|
0 commit comments