1
0
forked from baron/baron-sso

go 버전업 && ory 설정파일들 자동 생성 스크립트 추가

This commit is contained in:
2026-05-07 11:01:25 +09:00
parent 45a14163bf
commit 2cba9c9c1f
25 changed files with 504 additions and 144 deletions

View File

@@ -1,4 +1,4 @@
FROM golang:1.25-alpine
FROM golang:1.26.2-alpine
WORKDIR /app

View File

@@ -1,6 +1,6 @@
module baron-sso-backend
go 1.25.4
go 1.26.2
require (
github.com/ClickHouse/clickhouse-go/v2 v2.42.0