Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .golangci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ version: "2"
run:
timeout: 5m
tests: true
go: "1.25.8"
go: "1.25.9"
linters:
enable:
- dupl
Expand Down
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
golang 1.25.8
golang 1.25.9
nodejs 22.21.1
python 3.12.12
pnpm 10.20.0
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM esacteksab/go:1.25.8-2026-03-10@sha256:44d74d5d01e8688f5bb94d9db187f0b1fac143490388ae881f569b507a19207c AS builder
FROM esacteksab/go:1.25.9-2026-04-08@sha256:206a1fdf8a20675fa62399743f848d4538710695ea14211ecffdee74db0b63fe AS builder

# Set GOMODCACHE explicitly (still good practice)
ENV GOMODCACHE=/go/pkg/mod
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/esacteksab/gh-tp

go 1.25.8
go 1.25.9

require (
github.com/MakeNowJust/heredoc v1.0.0
Expand Down
2 changes: 1 addition & 1 deletion go.tool.mod
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// How to use https://www.alexedwards.net/blog/how-to-manage-tool-dependencies-in-go-1.24-plus
module github.com/esacteksab/gh-tp

go 1.25.8
go 1.25.9

tool (
github.com/segmentio/golines
Expand Down
Loading