Skip to content

Commit a48d6ba

Browse files
jolheiserzeripath6543lafriks
authored
Go 1.19 format (#20758)
* 1.19 gofumpt Signed-off-by: jolheiser <[email protected]> * Change CSV test Signed-off-by: jolheiser <[email protected]> * Commit whitespace fixes from @zeripath Co-authored-by: zeripath <[email protected]> * Update emoji Signed-off-by: jolheiser <[email protected]> * bump swagger & fix generate-swagger Signed-off-by: jolheiser <[email protected]> Co-authored-by: zeripath <[email protected]> Co-authored-by: 6543 <[email protected]> Co-authored-by: Lauris BH <[email protected]>
1 parent 3edc14b commit a48d6ba

File tree

23 files changed

+626
-578
lines changed

23 files changed

+626
-578
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
`

0 commit comments

Comments
 (0)