File tree Expand file tree Collapse file tree 3 files changed +12
-7
lines changed Expand file tree Collapse file tree 3 files changed +12
-7
lines changed Original file line number Diff line number Diff line change 11---
22kind : pipeline
3- type : docker
3+ type : vm
44name : testing
55
66platform :
77 os : linux
88 arch : amd64
99
10+ pool :
11+ use : ubuntu
12+
1013steps :
1114- name : staticcheck
1215 pull : always
13- image : golang:1.18
16+ image : golang:1.19
1417 commands :
1518 - go get honnef.co/go/tools/cmd/staticcheck
1619 - go run honnef.co/go/tools/cmd/staticcheck ./...
2023
2124- name : lint
2225 pull : always
23- image : golang:1.18
26+ image : golang:1.19
2427 commands :
2528 - go get golang.org/x/lint/golint
2629 - go run golang.org/x/lint/golint -set_exit_status ./...
3033
3134- name : vet
3235 pull : always
33- image : golang:1.18
36+ image : golang:1.19
3437 commands :
3538 - go vet ./...
3639 volumes :
3942
4043- name : test
4144 pull : always
42- image : golang:1.18
45+ image : golang:1.19
4346 commands :
4447 - go test -cover -v ./...
4548 volumes :
Original file line number Diff line number Diff line change 11module github.com/drone-plugins/drone-plugin-lib
22
3- go 1.18
3+ go 1.19
44
55require (
66 github.com/sirupsen/logrus v1.9.0
7- github.com/urfave/cli/v2 v2.11.1
7+ github.com/urfave/cli/v2 v2.23.5
88)
99
1010require (
Original file line number Diff line number Diff line change @@ -14,6 +14,8 @@ github.com/stretchr/testify v1.7.0 h1:nwc3DEeHmmLAfoZucVR881uASk0Mfjw8xYJ99tb5Cc
1414github.com/stretchr/testify v1.7.0 /go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg =
1515github.com/urfave/cli/v2 v2.11.1 h1:UKK6SP7fV3eKOefbS87iT9YHefv7iB/53ih6e+GNAsE =
1616github.com/urfave/cli/v2 v2.11.1 /go.mod h1:f8iq5LtQ/bLxafbdBSLPPNsgaW0l/2fYYEHhAyPlwvo =
17+ github.com/urfave/cli/v2 v2.23.5 h1:xbrU7tAYviSpqeR3X4nEFWUdB/uDZ6DE+HxmRU7Xtyw =
18+ github.com/urfave/cli/v2 v2.23.5 /go.mod h1:GHupkWPMM0M/sj1a2b4wUrWBPzazNrIjouW6fmdJLxc =
1719github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 h1:bAn7/zixMGCfxrRTfdpNzjtPYqr8smhKouy9mxVdGPU =
1820github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 /go.mod h1:N3UwUGtsrSj3ccvlPHLoLsHnpR27oXr4ZE984MbSER8 =
1921golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8 /go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg =
You can’t perform that action at this time.
0 commit comments