Skip to content

Commit

Permalink
chore(ci): update Github actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
wI2L committed Oct 13, 2022
1 parent 3d829d2 commit dc50ed5
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,16 @@ jobs:
name: Linting
runs-on: ubuntu-latest
steps:
- name: Install Go
uses: actions/setup-go@v3
with:
go-version: 1.19
- name: Checkout repository
uses: actions/checkout@v2
- name: Run linter
uses: golangci/golangci-lint-action@v2
uses: golangci/golangci-lint-action@v3
with:
version: v1.43.0
version: v1.50.0
args: -c .golangci.yaml
only-new-issues: true
test:
Expand All @@ -41,9 +45,10 @@ jobs:
go:
- "1.17.x"
- "1.18.x"
- "1.19.x"
steps:
- name: Install Go
uses: actions/setup-go@v2
uses: actions/setup-go@v3
with:
go-version: ${{ matrix.go }}
- name: Checkout repository
Expand Down

0 comments on commit dc50ed5

Please sign in to comment.