Skip to content

Commit 3f927ba

Browse files
authored
Update fossa to 1.1.6 and golangci-lint to 1.38 (#166)
1 parent c2c1863 commit 3f927ba

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/fossa.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@ defaults:
1313
shell: bash
1414

1515
env:
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

2020
jobs:
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
@@ -43,7 +43,7 @@ jobs:
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:

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@ defaults:
1717
shell: bash
1818

1919
env:
20-
GOLANGCI_VERSION: 1.29
20+
GOLANGCI_VERSION: 1.38
2121
GOLANGCI_TIMEOUT: 10m0s
2222

2323
jobs:
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

0 commit comments

Comments
 (0)