Bump to go 1.25

This commit is contained in:
Manuel Rüger 2026-01-19 11:04:39 +01:00
parent 517a3c76a2
commit 1433900a29
3 changed files with 3 additions and 3 deletions

View File

@ -11,7 +11,7 @@ on:
- master
env:
GO_VERSION: "~1.24"
GO_VERSION: "1.25.6"
jobs:
# Runs Golangci-lint on the source code

View File

@ -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:

View File

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