Skip to content

Commit

Permalink
chore: update deps (#207)
Browse files Browse the repository at this point in the history
  • Loading branch information
shrimalmadhur authored Sep 5, 2024
1 parent 3431a4d commit 7b10e7b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
with:
go-version: '1.21'
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
uses: golangci/golangci-lint-action@v6
with:
version: latest
args: --timeout 3m
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ jobs:
release:
needs: [lint, test]
runs-on: ubuntu-20.04
env:
TELEMETRY_TOKEN: ${{ secrets.TELEMETRY_TOKEN }}
steps:
- name: Git checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 7b10e7b

Please sign in to comment.