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:
1313 shell : bash
1414
1515env :
16- FOSSA_VER : 1.1.0
16+ FOSSA_VER : 1.1.6
1717 FOSSA_URL : https://github.com/fossas/fossa-cli/releases/download
1818 GOLANG_VERSION : 1.16
1919
2020jobs :
2121
2222 scan :
2323 name : Fossa
24- runs-on : ubuntu-18 .04
24+ runs-on : ubuntu-20 .04
2525 steps :
2626 - name : Checkout Repository
2727 uses : actions/checkout@v2
4343
4444 notify :
4545 name : Notify
46- runs-on : ubuntu-18 .04
46+ runs-on : ubuntu-20 .04
4747 needs : scan
4848 if : always()
4949 steps :
Original file line number Diff line number Diff line change @@ -17,14 +17,14 @@ defaults:
1717 shell : bash
1818
1919env :
20- GOLANGCI_VERSION : 1.29
20+ GOLANGCI_VERSION : 1.38
2121 GOLANGCI_TIMEOUT : 10m0s
2222
2323jobs :
2424
2525 lint :
2626 name : Lint
27- runs-on : ubuntu-18 .04
27+ runs-on : ubuntu-20 .04
2828 steps :
2929 - name : Checkout Repository
3030 uses : actions/checkout@v2
You can’t perform that action at this time.
0 commit comments