Browse Source

bump golang to version 1.24.7
to align with moby/moby version

Signed-off-by: Guillaume Lours <[email protected]>

Guillaume Lours 2 months ago
parent
commit
a91ca95a71
2 changed files with 2 additions and 2 deletions
  1. 1 1
      Dockerfile
  2. 1 1
      go.mod

+ 1 - 1
Dockerfile

@@ -15,7 +15,7 @@
 #   See the License for the specific language governing permissions and
 #   limitations under the License.
 
-ARG GO_VERSION=1.23.12
+ARG GO_VERSION=1.24.7
 ARG XX_VERSION=1.6.1
 ARG GOLANGCI_LINT_VERSION=v2.0.2
 ARG ADDLICENSE_VERSION=v1.0.0

+ 1 - 1
go.mod

@@ -1,6 +1,6 @@
 module github.com/docker/compose/v2
 
-go 1.23.12
+go 1.24.7
 
 require (
 	github.com/AlecAivazis/survey/v2 v2.3.7