File tree Expand file tree Collapse file tree 5 files changed +15
-3
lines changed Expand file tree Collapse file tree 5 files changed +15
-3
lines changed Original file line number Diff line number Diff line change 2929 # xgo build
3030 - run : make release
3131 env :
32- TAGS : bindata timetzdata sqlite sqlite_unlock_notify
32+ TAGS : bindata sqlite sqlite_unlock_notify
3333 - name : import gpg key
3434 id : import_gpg
3535 uses : crazy-max/ghaction-import-gpg@v6
Original file line number Diff line number Diff line change 3030 # xgo build
3131 - run : make release
3232 env :
33- TAGS : bindata timetzdata sqlite sqlite_unlock_notify
33+ TAGS : bindata sqlite sqlite_unlock_notify
3434 - name : import gpg key
3535 id : import_gpg
3636 uses : crazy-max/ghaction-import-gpg@v6
Original file line number Diff line number Diff line change 3232 # xgo build
3333 - run : make release
3434 env :
35- TAGS : bindata timetzdata sqlite sqlite_unlock_notify
35+ TAGS : bindata sqlite sqlite_unlock_notify
3636 - name : import gpg key
3737 id : import_gpg
3838 uses : crazy-max/ghaction-import-gpg@v6
Original file line number Diff line number Diff line change 1+ // Copyright 2025 The Gitea Authors. All rights reserved.
2+ // SPDX-License-Identifier: MIT
3+
4+ package setting
5+
6+ import _ "time/tzdata"
Original file line number Diff line number Diff line change 1+ // Copyright 2025 The Gitea Authors. All rights reserved.
2+ // SPDX-License-Identifier: MIT
3+
4+ package setting
5+
6+ import _ "time/tzdata"
You can’t perform that action at this time.
0 commit comments