Просмотр исходного кода

Update modules/collector-source/go.mod

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Signed-off-by: Warwick <warwick@automatic.systems>
Warwick 2 месяцев назад
Родитель
Сommit
88409b3e28
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      modules/collector-source/go.mod

+ 1 - 1
modules/collector-source/go.mod

@@ -2,7 +2,7 @@ module github.com/opencost/opencost/modules/collector-source
 
 replace github.com/opencost/opencost/core => ./../../core
 
-go 1.26.1
+go 1.25.5
 
 require (
 	github.com/julienschmidt/httprouter v1.3.0