Skip to content

Commit

Permalink
Go version (nytm#46)
Browse files Browse the repository at this point in the history
* Update .drone.yml

* Update go.mod

* Create CODEOWNERS

* typo

Co-authored-by: Malcolm Jones <[email protected]>
  • Loading branch information
tonglil and mlclmj authored Jun 3, 2020
1 parent 1995720 commit 5965ca8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
1 change: 1 addition & 0 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@ steps:
- name: test
image: golang
commands:
- go version
- go mod download
- go test -cover -race -vet all -mod readonly ./...
5 changes: 5 additions & 0 deletions CODEOWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# These owners will be the default owners for everything in the repo.
# Unless a later match takes precedence, these owners
# will be requested for review when someone opens a pull request.
* @mlclmj
* @tonglil
2 changes: 0 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
module github.com/nytm/go-grafana-api

go 1.12

require (
github.com/gobs/pretty v0.0.0-20180724170744-09732c25a95b
github.com/hashicorp/go-cleanhttp v0.5.1
Expand Down

0 comments on commit 5965ca8

Please sign in to comment.