Skip to content

Commit

Permalink
build(docker): set default go version to 1 (#167)
Browse files Browse the repository at this point in the history
  • Loading branch information
peakji authored Apr 18, 2024
1 parent f54eb84 commit 77ec74e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# syntax=docker/dockerfile:1

# Set default Go version
ARG GO_VERSION=1.22.2
ARG GO_VERSION=1

# Use native architecture of the build node for cross-compilation
FROM --platform=$BUILDPLATFORM golang:${GO_VERSION} AS build
Expand Down

0 comments on commit 77ec74e

Please sign in to comment.