Rename gitea to GitHub v3 (#259)

* rename .gitea to .github

* attempt to fix lint/test job

* attempt to fix lint/test job

---------

Co-authored-by: pugnack <pugnack@gmail.com>
This commit is contained in:
2025-04-29 18:12:45 +03:00
committed by GitHub
parent 134f7374aa
commit 8102d709f4
12 changed files with 88 additions and 87 deletions

5
go.mod
View File

@@ -1,10 +1,11 @@
module go.unistack.org/micro-server-grpc/v3
go 1.22.0
go 1.22.2
toolchain go1.24.2
require (
go.unistack.org/micro/v3 v3.11.30
go.unistack.org/micro/v3 v3.11.41
golang.org/x/net v0.33.0
google.golang.org/grpc v1.69.2
google.golang.org/protobuf v1.36.1