add drone and go version
This commit is contained in:
+10
@@ -0,0 +1,10 @@
|
||||
kind: pipeline
|
||||
type: docker
|
||||
name: docker
|
||||
|
||||
steps:
|
||||
- name: linter
|
||||
image: golangci/golangci-lint
|
||||
commands:
|
||||
- make install
|
||||
- make linter
|
||||
@@ -1,5 +1,7 @@
|
||||
module github.com/recws-org/recws
|
||||
|
||||
go 1.13
|
||||
|
||||
require (
|
||||
github.com/gorilla/websocket v1.4.1
|
||||
github.com/jpillora/backoff v0.0.0-20180909062703-3050d21c67d7
|
||||
|
||||
Reference in New Issue
Block a user