From 8913bd7fa948f35c0b6e6054aac616abbd2aa40b Mon Sep 17 00:00:00 2001 From: Shivaram Lingamneni Date: Mon, 18 Aug 2025 00:07:11 -0400 Subject: [PATCH] upgrade to go 1.25 --- .github/workflows/build.yml | 2 +- Dockerfile | 2 +- go.mod | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 923fd90f..d8772310 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -19,7 +19,7 @@ jobs: - name: "setup go" uses: "actions/setup-go@v3" with: - go-version: "1.24" + go-version: "1.25" - name: "install python3-pytest" run: "sudo apt install -y python3-pytest" - name: "make install" diff --git a/Dockerfile b/Dockerfile index ffffc7a6..4c3788b6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ ## build ergo binary -FROM docker.io/golang:1.24-alpine AS build-env +FROM docker.io/golang:1.25-alpine AS build-env RUN apk upgrade -U --force-refresh --no-cache && apk add --no-cache --purge --clean-protected -l -u make git diff --git a/go.mod b/go.mod index ab661164..a577c776 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/ergochat/ergo -go 1.24 +go 1.25 require ( code.cloudfoundry.org/bytefmt v0.0.0-20200131002437-cf55d5288a48