Bump go to 1.26

This commit is contained in:
Ian Fijolek
2026-02-18 09:04:48 -08:00
committed by IamTheFij
parent 59ce31c35f
commit c40841ef61
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ repos:
- id: end-of-file-fixer
- id: check-merge-conflict
- repo: https://github.com/golangci/golangci-lint
rev: v2.7.2
rev: v2.10.1
hooks:
- id: golangci-lint
- repo: https://github.com/hadolint/hadolint
+1 -1
View File
@@ -1,6 +1,6 @@
module git.iamthefij.com/iamthefij/minitor-go/v2
go 1.25.0
go 1.26.0
require (
git.iamthefij.com/iamthefij/slog/v2 v2.0.1