Skip to content

Commit 7ae38b1

Browse files
committedMay 28, 2021
Drop support for go v1.11 and v1.12
1 parent ee7a514 commit 7ae38b1

File tree

1 file changed

+0
-25
lines changed

1 file changed

+0
-25
lines changed
 

‎.drone.yml

-25
Original file line numberDiff line numberDiff line change
@@ -53,31 +53,6 @@ steps:
5353
- go vet ./...
5454
- go test ./...
5555

56-
---
57-
kind: pipeline
58-
name: go1.12
59-
type: docker
60-
61-
steps:
62-
- name: test
63-
image: golang:1.12
64-
commands:
65-
- go vet ./...
66-
- go test ./...
67-
68-
69-
---
70-
kind: pipeline
71-
name: go1.11
72-
type: docker
73-
74-
steps:
75-
- name: test
76-
image: golang:1.11
77-
commands:
78-
- go vet ./...
79-
- go test ./...
80-
8156
---
8257
kind: pipeline
8358
name: lint

0 commit comments

Comments
 (0)