Skip to content

Commit

Permalink
Update usage golangci
Browse files Browse the repository at this point in the history
Following instructions from https://github.com/golangci/golangci-lint-action

Signed-off-by: Charlie Le <[email protected]>
  • Loading branch information
CharlieTLe committed Apr 21, 2024
1 parent 913e168 commit 634e876
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/validate_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,11 @@ jobs:
- uses: actions/setup-go@v5
with:
go-version: 1.22
cache: false
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
uses: golangci/golangci-lint-action@v4
with:
version: v1.53
version: v1.54
unit_tests:
name: Unit-Tests
runs-on: ubuntu-latest
Expand Down

0 comments on commit 634e876

Please sign in to comment.