1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-22 10:18:38 +00:00

Upgrade Go 1.22 and upgrade dependency (#29869)

This commit is contained in:
wxiaoguang
2024-03-17 23:40:05 +08:00
committed by GitHub
parent 099052aba5
commit abb330e613
8 changed files with 265 additions and 589 deletions

View File

@@ -11,7 +11,7 @@ import (
pingv1 "code.gitea.io/actions-proto-go/ping/v1"
"code.gitea.io/actions-proto-go/ping/v1/pingv1connect"
"github.com/bufbuild/connect-go"
"connectrpc.com/connect"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
)