We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aba484c commit d4928cbCopy full SHA for d4928cb
.github/workflows/pull-request.yml
@@ -10,7 +10,7 @@ jobs:
10
- name: setup-go
11
uses: actions/setup-go@v2
12
with:
13
- go-version: '^1.13.1'
+ go-version: '^1.15.1'
14
- name: setup-project
15
run: make setup
16
- name: build
@@ -25,7 +25,7 @@ jobs:
25
26
27
28
29
30
31
- name: test-project
@@ -38,7 +38,7 @@ jobs:
38
39
40
41
42
43
44
- name: lint
go.mod
@@ -1,6 +1,6 @@
1
module github.com/gojek/kat
2
3
-go 1.12
+go 1.15
4
5
require (
6
bou.ke/monkey v1.0.2
0 commit comments