Skip to content

Commit

Permalink
update build env to 1.16
Browse files Browse the repository at this point in the history
  • Loading branch information
dontlaugh committed Mar 27, 2022
1 parent 084a409 commit 1fa7e32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ clone:

steps:
- name: lint
image: golang:1.13
image: golang:1.16
commands:
- make lint
- name: test
image: golang:1.13
image: golang:1.16
commands:
- "go test -v -mod=vendor ./..."
- "./integrationtest.sh"

0 comments on commit 1fa7e32

Please sign in to comment.