Revert back to go 1.23

This commit is contained in:
Manuel Rüger 2025-02-21 16:40:15 +01:00
parent b30b0491a8
commit f8229c8acb
3 changed files with 3 additions and 3 deletions

View File

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

View File

@ -1,4 +1,4 @@
FROM golang:1.24.0 AS builder FROM golang:1.23.6 AS builder
ENV GOPATH="/go" ENV GOPATH="/go"
WORKDIR /go/src/github.com/kovetskiy/mark WORKDIR /go/src/github.com/kovetskiy/mark
COPY / . COPY / .

2
go.mod
View File

@ -1,6 +1,6 @@
module github.com/kovetskiy/mark module github.com/kovetskiy/mark
go 1.24 go 1.23
require ( require (
github.com/bmatcuk/doublestar/v4 v4.8.1 github.com/bmatcuk/doublestar/v4 v4.8.1