File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -13,15 +13,15 @@ defaults:
13
13
shell : bash
14
14
15
15
env :
16
- FOSSA_VER : 1.1.0
16
+ FOSSA_VER : 1.1.6
17
17
FOSSA_URL : https://github.com/fossas/fossa-cli/releases/download
18
18
GOLANG_VERSION : 1.16
19
19
20
20
jobs :
21
21
22
22
scan :
23
23
name : Fossa
24
- runs-on : ubuntu-18 .04
24
+ runs-on : ubuntu-20 .04
25
25
steps :
26
26
- name : Checkout Repository
27
27
uses : actions/checkout@v2
43
43
44
44
notify :
45
45
name : Notify
46
- runs-on : ubuntu-18 .04
46
+ runs-on : ubuntu-20 .04
47
47
needs : scan
48
48
if : always()
49
49
steps :
Original file line number Diff line number Diff line change @@ -17,14 +17,14 @@ defaults:
17
17
shell : bash
18
18
19
19
env :
20
- GOLANGCI_VERSION : 1.29
20
+ GOLANGCI_VERSION : 1.38
21
21
GOLANGCI_TIMEOUT : 10m0s
22
22
23
23
jobs :
24
24
25
25
lint :
26
26
name : Lint
27
- runs-on : ubuntu-18 .04
27
+ runs-on : ubuntu-20 .04
28
28
steps :
29
29
- name : Checkout Repository
30
30
uses : actions/checkout@v2
You can’t perform that action at this time.
0 commit comments