Skip to content

Commit e1f3fa4

Browse files
Oskar Jagodzinskiojagodzinski
authored andcommitted
use Consul cache
1 parent 322f0be commit e1f3fa4

File tree

19 files changed

+317
-388
lines changed

19 files changed

+317
-388
lines changed

.github/workflows/golangci.yaml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
name: golangci
2+
on:
3+
push:
4+
branches: [master]
5+
pull_request:
6+
branches: [master]
7+
workflow_dispatch:
8+
jobs:
9+
golangci:
10+
name: lint test
11+
runs-on: ubuntu-latest
12+
steps:
13+
- uses: actions/setup-go@v2
14+
with:
15+
go-version: 1.15.x
16+
- uses: actions/checkout@v2
17+
with:
18+
fetch-depth: 0
19+
- name: golangci-lint
20+
uses: golangci/golangci-lint-action@v2
21+
with:
22+
version: v1.30
23+
args: --config=golangcilinter.yaml
24+
- name: Build and test project
25+
run: make test
26+
- uses: codecov/codecov-action@v2

.travis.yml

Lines changed: 0 additions & 22 deletions
This file was deleted.

Gopkg.lock

Lines changed: 0 additions & 258 deletions
This file was deleted.

Gopkg.toml

Lines changed: 0 additions & 62 deletions
This file was deleted.

0 commit comments

Comments
 (0)