Skip to content

Commit

Permalink
request version 1.22 for devcontainer by default
Browse files Browse the repository at this point in the history
  • Loading branch information
suprjinx committed Jul 31, 2024
1 parent 4229d64 commit fec2068
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# [Choice] Go version (use -bookworm, or -bullseye variants on local arm64/Apple Silicon): 1, 1.21, 1.20, 1-bookworm, 1.21-bookworm, 1.20-bookworm, 1-bullseye, 1.21-bullseye, 1.20-bullseye
ARG VARIANT=1-bookworm
# [Choice] Go version (use -bookworm, or -bullseye variants on local arm64/Apple Silicon): 1, 1.22, 1.21, 1-bookworm, 1.22-bookworm, 1.21-bookworm, 1-bullseye, 1.22-bullseye, 1.21-bullseye
ARG VARIANT=1.22-bookworm
FROM mcr.microsoft.com/devcontainers/go:1-${VARIANT} AS base

# ==================================================================
Expand Down

0 comments on commit fec2068

Please sign in to comment.