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 / .