Skip to content

Commit

Permalink
🐛 Update golangci
Browse files Browse the repository at this point in the history
Signed-off-by: kaynetik <aleksandar@nesovic.dev>
  • Loading branch information
kaynetik committed Mar 15, 2023
1 parent 3cf2227 commit 6e09fa6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ jobs:
golangci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: golangci-lint
uses: golangci/golangci-lint-action@v2
uses: golangci/golangci-lint-action@v3
with:
version: v1.49
version: v1.51.2

0 comments on commit 6e09fa6

Please sign in to comment.