Skip to content

Commit

Permalink
Drop support for go v1.11 and v1.12
Browse files Browse the repository at this point in the history
  • Loading branch information
mennanov committed May 28, 2021
1 parent ee7a514 commit 7ae38b1
Showing 1 changed file with 0 additions and 25 deletions.
25 changes: 0 additions & 25 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,31 +53,6 @@ steps:
- go vet ./...
- go test ./...

---
kind: pipeline
name: go1.12
type: docker

steps:
- name: test
image: golang:1.12
commands:
- go vet ./...
- go test ./...


---
kind: pipeline
name: go1.11
type: docker

steps:
- name: test
image: golang:1.11
commands:
- go vet ./...
- go test ./...

---
kind: pipeline
name: lint
Expand Down

0 comments on commit 7ae38b1

Please sign in to comment.