-
- Downloads
chore: bump go version and CI adjustment
Showing
- .github/workflows/commit-msg-check.yml 15 additions, 0 deletions.github/workflows/commit-msg-check.yml
- .github/workflows/go.yml 3 additions, 3 deletions.github/workflows/go.yml
- .github/workflows/golangci-lint.yml 5 additions, 5 deletions.github/workflows/golangci-lint.yml
- go.mod 1 addition, 1 deletiongo.mod
- go.sum 7 additions, 0 deletionsgo.sum
.github/workflows/commit-msg-check.yml
0 → 100644
module github.com/free5gc/webconsole | ||
go 1.17 | ||
go 1.21 | ||
require ( | ||
github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 | ||
... | ... |
Please register or sign in to comment