Skip to content

Commit

Permalink
Update fossa to 1.1.6 and golangci-lint to 1.38 (#166)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucacome authored Mar 22, 2021
1 parent c2c1863 commit 3f927ba
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/fossa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@ defaults:
shell: bash

env:
FOSSA_VER: 1.1.0
FOSSA_VER: 1.1.6
FOSSA_URL: https://github.com/fossas/fossa-cli/releases/download
GOLANG_VERSION: 1.16

jobs:

scan:
name: Fossa
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
steps:
- name: Checkout Repository
uses: actions/checkout@v2
Expand All @@ -43,7 +43,7 @@ jobs:

notify:
name: Notify
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
needs: scan
if: always()
steps:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ defaults:
shell: bash

env:
GOLANGCI_VERSION: 1.29
GOLANGCI_VERSION: 1.38
GOLANGCI_TIMEOUT: 10m0s

jobs:

lint:
name: Lint
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
steps:
- name: Checkout Repository
uses: actions/checkout@v2
Expand Down

0 comments on commit 3f927ba

Please sign in to comment.