Skip to content

Commit

Permalink
lint workflow: added v2 branch, updated actions
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanb committed Jul 14, 2024
1 parent 6cba2d0 commit b35f785
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
branches:
- master
- main
- v2
pull_request:
permissions:
contents: read
Expand All @@ -17,9 +18,9 @@ jobs:
runs-on: ubuntu-latest
environment: CI
steps:
- uses: actions/setup-go@v3
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: 1.21
- uses: actions/checkout@v3
go-version: stable
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
uses: golangci/golangci-lint-action@v6

0 comments on commit b35f785

Please sign in to comment.