From 1433900a290086407107d2f0d1577b1f6689326d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20R=C3=BCger?= Date: Mon, 19 Jan 2026 11:04:39 +0100 Subject: [PATCH] Bump to go 1.25 --- .github/workflows/ci.yml | 2 +- .github/workflows/goreleaser.yml | 2 +- Dockerfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f16eeff..4b3fbae 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ on: - master env: - GO_VERSION: "~1.24" + GO_VERSION: "1.25.6" jobs: # Runs Golangci-lint on the source code diff --git a/.github/workflows/goreleaser.yml b/.github/workflows/goreleaser.yml index 03c8dc5..2aba9ec 100644 --- a/.github/workflows/goreleaser.yml +++ b/.github/workflows/goreleaser.yml @@ -16,7 +16,7 @@ jobs: - name: Set Up Go uses: actions/setup-go@v6 with: - go-version: "1.24" + go-version: "1.25.6" - name: Run GoReleaser uses: goreleaser/goreleaser-action@v6 with: diff --git a/Dockerfile b/Dockerfile index 3c02a95..be9bf26 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.25.5 AS builder +FROM golang:1.25.6 AS builder ENV GOPATH="/go" WORKDIR /go/src/github.com/kovetskiy/mark COPY / .