Skip to content

Commit

Permalink
chore(ci): update actions version
Browse files Browse the repository at this point in the history
ca77f9f209ff886d01ee3662fd0a9ea7b37ec476
  • Loading branch information
kabachook committed May 22, 2024
1 parent 93a9c25 commit 9863284
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ jobs:
timeout-minutes: 10
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
uses: golangci/golangci-lint-action@v6
with:
version: v1.55.2
version: v1.58.2

0 comments on commit 9863284

Please sign in to comment.