Merge pull request #129 from aykhans/bump/go-version

🔖 Bump go version to 1.25
This commit is contained in:
2025-08-17 15:48:35 +04:00
committed by GitHub
4 changed files with 4 additions and 4 deletions

View File

@@ -21,5 +21,5 @@ jobs:
- name: golangci-lint
uses: golangci/golangci-lint-action@v7
with:
version: v2.0.2
version: v2.4.0
args: --timeout=10m --config=.golangci.yml

View File

@@ -1,7 +1,7 @@
version: "2"
run:
go: "1.24"
go: "1.25"
concurrency: 8
timeout: 10m

View File

@@ -1,4 +1,4 @@
FROM golang:1.24-alpine AS builder
FROM golang:1.25-alpine AS builder
WORKDIR /src

2
go.mod
View File

@@ -1,6 +1,6 @@
module github.com/aykhans/dodo
go 1.24.2
go 1.25
require (
github.com/brianvoe/gofakeit/v7 v7.3.0