diff options
author | 6543 <6543@obermui.de> | 2020-11-03 07:04:09 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-03 08:04:09 +0200 |
commit | 70ea2300ca24311f033d85b41e938e86b1d50acd (patch) | |
tree | eb25c089d5def4df2c036ab2820df7c895798572 /vendor/gitea.com/macaron/i18n | |
parent | b687707014b31d0f388d1dfb60c09b5dcd48fc4c (diff) | |
download | gitea-70ea2300ca24311f033d85b41e938e86b1d50acd.tar.gz gitea-70ea2300ca24311f033d85b41e938e86b1d50acd.zip |
[Vendor] update macaron related (#13409)
* Vendor: update gitea.com/macaron/session to a177a270
* make vendor
* Vendor: update gitea.com/macaron/macaron to 0db5d458
* make vendor
* Vendor: update gitea.com/macaron/cache to 905232fb
* make vendor
* Vendor: update gitea.com/macaron/i18n to 4ca3dd0c
* make vendor
* Vendor: update gitea.com/macaron/gzip to efa5e847
* make vendor
* Vendor: update gitea.com/macaron/captcha to e8597820
* make vendor
Diffstat (limited to 'vendor/gitea.com/macaron/i18n')
-rw-r--r-- | vendor/gitea.com/macaron/i18n/.drone.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/vendor/gitea.com/macaron/i18n/.drone.yml b/vendor/gitea.com/macaron/i18n/.drone.yml index 3f2a434892..72eebbb496 100644 --- a/vendor/gitea.com/macaron/i18n/.drone.yml +++ b/vendor/gitea.com/macaron/i18n/.drone.yml @@ -1,9 +1,9 @@ kind: pipeline -name: golang-1-1 +name: golang-1-14 steps: - name: test - image: golang:1.11 + image: golang:1.14 environment: GOPROXY: https://goproxy.cn commands: @@ -12,11 +12,11 @@ steps: --- kind: pipeline -name: golang-1-2 +name: golang-1-15 steps: - name: test - image: golang:1.12 + image: golang:1.15 environment: GOPROXY: https://goproxy.cn commands: |