mirror of
https://github.com/go-gitea/gitea
synced 2025-07-07 19:17:21 +00:00
bump to use go 1.22 (#29119)
This commit is contained in:
@ -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
|
||||
}
|
||||
|
Reference in New Issue
Block a user