重写 优化

This commit is contained in:
cnbattle
2020-05-06 21:54:17 +08:00
parent a2fe74a1b1
commit 4f4f365b49
2 changed files with 9 additions and 1 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ steps:
- name: test
pull: always
image: golang:1.14-alpine
image: golang:1.14
commands:
- make test
volumes:
+8
View File
@@ -1,3 +1,11 @@
module github.com/cnbattle/drone-upx
go 1.13
require (
github.com/mattn/go-colorable v0.1.6 // indirect
github.com/mattn/go-runewidth v0.0.9 // indirect
github.com/mgechev/revive v1.0.2 // indirect
golang.org/x/sys v0.0.0-20200501145240-bc7a7d42d5c3 // indirect
golang.org/x/tools v0.0.0-20200505023115-26f46d2f7ef8 // indirect
)