mirror of
https://github.com/cnbattle/drone-upx.git
synced 2026-06-04 18:24:03 +08:00
重写 优化
This commit is contained in:
+1
-1
@@ -36,7 +36,7 @@ steps:
|
||||
|
||||
- name: test
|
||||
pull: always
|
||||
image: golang:1.14-alpine
|
||||
image: golang:1.14
|
||||
commands:
|
||||
- make test
|
||||
volumes:
|
||||
|
||||
@@ -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
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user