Skip to content

Commit

Permalink
Merge pull request #10 from sysulq/dependabot/github_actions/actions-…
Browse files Browse the repository at this point in the history
…deps-8bb8b83a44
  • Loading branch information
sysulq authored Oct 7, 2024
2 parents 8a0d0c9 + cb9dd59 commit 064a786
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ jobs:
run: go test -race -v ./... -coverprofile=coverage.out

- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4.5.0
uses: codecov/codecov-action@v4.6.0
with:
token: ${{ secrets.CODECOV_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: golangci-lint
uses: golangci/golangci-lint-action@v6.1.0
uses: golangci/golangci-lint-action@v6.1.1
with:
args: "--out-${NO_FUTURE}format colored-line-number"

0 comments on commit 064a786

Please sign in to comment.