Skip to content

Commit

Permalink
Fix: workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
aopoltorzhicky committed Jul 5, 2023
1 parent 3227a57 commit 7597af8
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,19 @@ on:

name: Tests
jobs:
golangci:
name: Linter
lint:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v3
with:
go-version: '1.19'
- uses: actions/checkout@v3
- name: golangci-lint
uses: golangci/golangci-lint-action@v2.3.0
uses: golangci/golangci-lint-action@v3
with:
version: v1.49.0
args: --timeout=2m --go=1.19
version: v1.51.2
args: --timeout=3m
security:
name: Security Analyze
runs-on: ubuntu-latest
Expand Down

0 comments on commit 7597af8

Please sign in to comment.