Skip to content

Commit

Permalink
go 1.16
Browse files Browse the repository at this point in the history
  • Loading branch information
iGoogle-ink committed Sep 4, 2021
1 parent d55bba3 commit a1f9334
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,23 +14,6 @@ steps:
pull: if-not-exists
image: hello-world

- name: ci_1.15
pull: if-not-exists
image: golang:1.15
environment:
GO111MODULE: "on"
GOPROXY: "https://goproxy.cn,direct"
GOSUMDB: "off"
CGO_ENABLED: "0"
GOOS: "linux"
depends_on:
- helloworld
commands:
- go version
- go env
- go mod tidy
- go test ./...

- name: ci_1.16
pull: if-not-exists
image: golang:1.16
Expand Down

0 comments on commit a1f9334

Please sign in to comment.