Skip to content

Commit

Permalink
Update Go to 1.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolaasuni committed Feb 7, 2024
1 parent 1fd03a7 commit 9f6266f
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
12.4.0
12.5.0
2 changes: 1 addition & 1 deletion src/alldev.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# ------------------------------------------------------------------------------
FROM phusion/baseimage:jammy-1.0.1
ARG FLYWAY_VERSIONS="10.7.1,7.15.0,9.22.3"
ARG GO_VERSION="1.21.6"
ARG GO_VERSION="1.22.0"
ARG HUGO_VERSION="0.122.0"
ARG KOTLIN_VERSION="1.9.22"
ARG NOMAD_VERSION="1.7.3"
Expand Down
2 changes: 1 addition & 1 deletion src/gocd-agent-golang.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ ARG UBUNTU_VERSION="22.04"
ARG GOCD_VERSION="v23.3.0"
FROM gocd/gocd-agent-ubuntu-${UBUNTU_VERSION}:${GOCD_VERSION}
ARG FLYWAY_VERSIONS="10.7.1,7.15.0,9.22.3"
ARG GO_VERSION="1.21.6"
ARG GO_VERSION="1.22.0"
ARG NOMAD_VERSION="1.7.3"
ARG VENOM_VERSION="v1.1.0"
LABEL com.tecnick.vendor="Tecnick.com"
Expand Down
2 changes: 1 addition & 1 deletion src/gocd-agent.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ ARG UBUNTU_VERSION="22.04"
ARG GOCD_VERSION="v23.3.0"
FROM gocd/gocd-agent-ubuntu-${UBUNTU_VERSION}:${GOCD_VERSION}
ARG FLYWAY_VERSIONS="10.7.1,7.15.0,9.22.3"
ARG GO_VERSION="1.21.6"
ARG GO_VERSION="1.22.0"
ARG HUGO_VERSION="0.122.0"
ARG KOTLIN_VERSION="1.9.22"
ARG NOMAD_VERSION="1.7.3"
Expand Down
2 changes: 1 addition & 1 deletion src/golang.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# @license MIT (see LICENSE)
# @link https://github.com/tecnickcom/alldev
# ------------------------------------------------------------------------------
ARG GO_VERSION="1.21"
ARG GO_VERSION="1.22"
FROM golang:${GO_VERSION}
ENV PATH=/root/.local/bin:$PATH
ENV USER=root
Expand Down

0 comments on commit 9f6266f

Please sign in to comment.