Skip to content

Commit

Permalink
chore: update Github workflows
Browse files Browse the repository at this point in the history
Signed-off-by: Alexandre Nicolaie <[email protected]>
  • Loading branch information
xunleii committed Jun 6, 2021
1 parent 5a00a62 commit 813dcd5
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/golang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,18 @@ jobs:
- uses: actions/checkout@v2
- name: golangci-lint
uses: golangci/golangci-lint-action@v1
env:
ACTIONS_ALLOW_UNSECURE_COMMANDS: true
with:
# Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version.
version: v1.26
version: v1.40
only-new-issues: true

features-tests:
name: Features tests (${{ matrix.go }})
runs-on: ubuntu-latest
strategy:
matrix:
go: [ '1.14', '1.13' ]
go: [ '1.16', '1.15' ]
steps:
- uses: actions/checkout@v2
- name: Setup Go environment
Expand Down

0 comments on commit 813dcd5

Please sign in to comment.