build with go1.17 & use supported s3 plugin

This commit is contained in:
Matti R 2021-10-08 14:28:31 -04:00
parent c38cabc3dc
commit 25de33c20f
No known key found for this signature in database
GPG Key ID: 9D8A57ADAA232E95
1 changed files with 6 additions and 6 deletions

View File

@ -13,7 +13,7 @@ trigger:
steps:
- name: build
pull: always
image: golang:1.13
image: golang:1.17
environment:
GOPROXY: https://goproxy.cn,direct
commands:
@ -22,7 +22,7 @@ steps:
- name: check
pull: always
image: golang:1.13
image: golang:1.17
environment:
GOPROXY: https://goproxy.cn,direct
commands:
@ -77,10 +77,10 @@ steps:
- name: bucket-master
pull: always
image: plugins/s3:1
image: woodpeckerci/plugin-s3:latest
settings:
acl: public-read
bucket: releases
bucket: gitea-artifacts
endpoint: https://storage.gitea.io
path_style: true
source: "dist/release/*"
@ -97,10 +97,10 @@ steps:
- name: bucket-tag
pull: always
image: plugins/s3:1
image: woodpeckerci/plugin-s3:latest
settings:
acl: public-read
bucket: releases
bucket: gitea-artifacts
endpoint: https://storage.gitea.io
path_style: true
source: "dist/release/*"