Skip to content
This repository was archived by the owner on Jan 15, 2024. It is now read-only.

Commit 5965ca8

Browse files
tonglilmlclmj
andauthored
Go version (#46)
* Update .drone.yml * Update go.mod * Create CODEOWNERS * typo Co-authored-by: Malcolm Jones <17786500+mlclmj@users.noreply.github.com>
1 parent 1995720 commit 5965ca8

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

.drone.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,6 @@ steps:
77
- name: test
88
image: golang
99
commands:
10+
- go version
1011
- go mod download
1112
- go test -cover -race -vet all -mod readonly ./...

CODEOWNERS

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# These owners will be the default owners for everything in the repo.
2+
# Unless a later match takes precedence, these owners
3+
# will be requested for review when someone opens a pull request.
4+
* @mlclmj
5+
* @tonglil

go.mod

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
module github.com/nytm/go-grafana-api
22

3-
go 1.12
4-
53
require (
64
github.com/gobs/pretty v0.0.0-20180724170744-09732c25a95b
75
github.com/hashicorp/go-cleanhttp v0.5.1

0 commit comments

Comments
 (0)