Skip to content

Commit 9f4422a

Browse files
authored
Update .drone.yml
1 parent 5b2c97c commit 9f4422a

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

.drone.yml

+13-13
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name: testing
55
steps:
66
- name: vet
77
pull: always
8-
image: golang:1.16
8+
image: golang:1.17
99
commands:
1010
- make vet
1111
volumes:
@@ -14,7 +14,7 @@ steps:
1414

1515
- name: lint
1616
pull: always
17-
image: golang:1.16
17+
image: golang:1.17
1818
commands:
1919
- make lint
2020
volumes:
@@ -23,21 +23,21 @@ steps:
2323

2424
- name: misspell
2525
pull: always
26-
image: golang:1.16
26+
image: golang:1.17
2727
commands:
2828
- make misspell-check
2929
volumes:
3030
- name: gopath
3131
path: /go
3232

33-
- name: test
34-
pull: always
35-
image: golang:1.16
36-
commands:
37-
- make test
38-
volumes:
39-
- name: gopath
40-
path: /go
33+
# - name: test
34+
# pull: always
35+
# image: golang:1.17
36+
# commands:
37+
# - make test
38+
# volumes:
39+
# - name: gopath
40+
# path: /go
4141

4242
volumes:
4343
- name: gopath
@@ -54,7 +54,7 @@ platform:
5454
steps:
5555
- name: build-all-binary
5656
pull: always
57-
image: golang:1.16
57+
image: golang:1.17
5858
commands:
5959
- make release
6060
when:
@@ -111,4 +111,4 @@ depends_on:
111111
# - linux-arm
112112
# - release-binary
113113
#
114-
#...
114+
#...

0 commit comments

Comments
 (0)