bump to use go 1.22 (#29119)

This commit is contained in:
techknowlogick 2024-02-14 13:19:57 -05:00 committed by GitHub
parent 155269fa58
commit a346a8c852
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
13 changed files with 54 additions and 54 deletions

View file

@ -94,7 +94,7 @@ type GiteaTemplate struct {
}
// Globs parses the .gitea/template globs or returns them if they were already parsed
func (gt GiteaTemplate) Globs() []glob.Glob {
func (gt *GiteaTemplate) Globs() []glob.Glob {
if gt.globs != nil {
return gt.globs
}