Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
ARG GO_VERSION=1.25.4
ARG GO_VERSION=1.26.3
Comment thread
thelovekesh marked this conversation as resolved.

ARG ALPINE_VERSION=3.22
ARG ALPINE_VERSION=3.23
Comment thread
thelovekesh marked this conversation as resolved.

# XX_VERSION specifies the version of the xx utility to use.
# It must be a valid tag in the docker.io/tonistiigi/xx image repository.
ARG XX_VERSION=1.7.0
ARG XX_VERSION=1.9.0
Comment thread
thelovekesh marked this conversation as resolved.

# GOVERSIONINFO_VERSION is the version of GoVersionInfo to install.
# It must be a valid tag from https://github.com/josephspurrier/goversioninfo
Expand Down
2 changes: 1 addition & 1 deletion docker-bake.hcl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
variable "GO_VERSION" {
default = "1.25.4"
default = "1.26.3"
Comment thread
thelovekesh marked this conversation as resolved.
}
variable "VERSION" {
default = ""
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module go.wpm.so/cli

go 1.25.0
go 1.26.3
Comment thread
thelovekesh marked this conversation as resolved.

require (
github.com/Masterminds/semver/v3 v3.5.0
Expand Down