chore: bump go to 1.26.0
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 57s

This commit is contained in:
2026-02-14 10:46:29 +03:00
parent c68ec5de87
commit 5d4efd7540
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
# Build stage # Build stage
FROM golang:1.25.3-alpine AS builder FROM golang:1.26.0-alpine AS builder
WORKDIR /app WORKDIR /app

2
go.mod
View File

@@ -1,6 +1,6 @@
module gitea.sinav-lab.com/sinav/keenetic-exporter-v2 module gitea.sinav-lab.com/sinav/keenetic-exporter-v2
go 1.25.3 go 1.26.0
require ( require (
github.com/prometheus/client_golang v1.23.2 github.com/prometheus/client_golang v1.23.2