Skip to content

Commit a91ca95

Browse files
gloursndeloof
authored andcommitted
bump golang to version 1.24.7
to align with moby/moby version Signed-off-by: Guillaume Lours <705411+glours@users.noreply.github.com>
1 parent beb81a7 commit a91ca95

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# See the License for the specific language governing permissions and
1616
# limitations under the License.
1717

18-
ARG GO_VERSION=1.23.12
18+
ARG GO_VERSION=1.24.7
1919
ARG XX_VERSION=1.6.1
2020
ARG GOLANGCI_LINT_VERSION=v2.0.2
2121
ARG ADDLICENSE_VERSION=v1.0.0

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/docker/compose/v2
22

3-
go 1.23.12
3+
go 1.24.7
44

55
require (
66
github.com/AlecAivazis/survey/v2 v2.3.7

0 commit comments

Comments
 (0)