diff options
author | Joe Chen <jc@unknwon.io> | 2022-08-08 13:56:50 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-08 13:56:50 +0800 |
commit | a43b933c90ed7207e1d573bf118e3c37541835f8 (patch) | |
tree | c9db9bb6345628213cb481a943b2e4e0fdafb28f /internal/db/actions.go | |
parent | cfa5ddbde82f8aa892a5cc56fcc5aa7388e27ddc (diff) |
go: update required version to be 1.17 and add 1.19 to CI (#7129)
Co-authored-by: deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com>
Diffstat (limited to 'internal/db/actions.go')
-rw-r--r-- | internal/db/actions.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/db/actions.go b/internal/db/actions.go index b0a96b80..b7f0cca9 100644 --- a/internal/db/actions.go +++ b/internal/db/actions.go @@ -943,7 +943,7 @@ func (pcs *PushCommits) APIFormat(ctx context.Context, usersStore UsersStore, re // avatars, and falls back to general avatar link. // // FIXME: This method does not belong to PushCommits, should be a pure template -// function. +// function. func (pcs *PushCommits) AvatarLink(email string) string { _, ok := pcs.avatars[email] if !ok { |