Skip to content

Commit 6b3aa28

Browse files
Merge branch 'main' into fix-19897
2 parents 23073ad + a48d6ba commit 6b3aa28

File tree

28 files changed

+654
-582
lines changed

28 files changed

+654
-582
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ GOFUMPT_PACKAGE ?= mvdan.cc/[email protected]
3232
GOLANGCI_LINT_PACKAGE ?= github.com/golangci/golangci-lint/cmd/[email protected]
3333
GXZ_PAGAGE ?= github.com/ulikunitz/xz/cmd/[email protected]
3434
MISSPELL_PACKAGE ?= github.com/client9/misspell/cmd/[email protected]
35-
SWAGGER_PACKAGE ?= github.com/go-swagger/go-swagger/cmd/swagger@v0.29.0
35+
SWAGGER_PACKAGE ?= github.com/go-swagger/go-swagger/cmd/swagger@v0.30.0
3636
XGO_PACKAGE ?= src.techknowlogick.com/xgo@latest
3737

3838
DOCKER_IMAGE ?= gitea/gitea

assets/emoji.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

build/generate-emoji.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -214,8 +214,7 @@ const hdr = `
214214
215215
package emoji
216216
217-
// Code generated by gen.go. DO NOT EDIT.
217+
// Code generated by build/generate-emoji.go. DO NOT EDIT.
218218
// Sourced from %s
219-
//
220219
var GemojiData = %#v
221220
`

docs/content/doc/usage/https-support.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ ACME_DIRECTORY=https
7272
7373
```
7474

75-
Minimumg setup using a [smallstep CA](https://github.com/smallstep/certificates), refer to [their tutorial](https://smallstep.com/docs/tutorials/acme-challenge) for more information.
75+
Minimum setup using a [smallstep CA](https://github.com/smallstep/certificates), refer to [their tutorial](https://smallstep.com/docs/tutorials/acme-challenge) for more information.
7676

7777
```ini
7878
[server]

0 commit comments

Comments
 (0)