deps: upgrade to Go 1.26.2 (#544)

This commit is contained in:
Geoff Bourne
2026-04-18 16:13:31 -05:00
committed by GitHub
parent f9127aaa39
commit 6f470761a5
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
FROM golang:1.25 AS builder
FROM golang:1.26.2 AS builder
WORKDIR /build
+1 -1
View File
@@ -1,6 +1,6 @@
module github.com/itzg/mc-router
go 1.25.8
go 1.26.2
require (
github.com/fsnotify/fsnotify v1.9.0