Skip to content

Commit

Permalink
bump go requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
mkysel authored and dependabot[bot] committed Dec 19, 2024
1 parent af6bd5f commit 1911fb9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dev/baked/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# BUILD IMAGE --------------------------------------------------------
ARG GO_VERSION=1.22
ARG GO_VERSION=1.23
ARG FOUNDRY_VERSION=nightly
FROM golang:${GO_VERSION}-bookworm AS builder

Expand Down
2 changes: 1 addition & 1 deletion dev/docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# BUILD IMAGE --------------------------------------------------------
ARG GO_VERSION=1.22
ARG GO_VERSION=1.23
FROM golang:${GO_VERSION}-alpine AS builder

# Get build tools and required header files
Expand Down
2 changes: 1 addition & 1 deletion dev/docker/Dockerfile-cli
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# BUILD IMAGE --------------------------------------------------------
ARG GO_VERSION=1.22
ARG GO_VERSION=1.23
FROM golang:${GO_VERSION}-alpine AS builder

# Get build tools and required header files
Expand Down

0 comments on commit 1911fb9

Please sign in to comment.