Skip to content

Commit

Permalink
Merge pull request #41 from lestrrat-go/dependabot/github_actions/v3/…
Browse files Browse the repository at this point in the history
…golangci/golangci-lint-action-6.1.1

Bump golangci/golangci-lint-action from 6.1.0 to 6.1.1
  • Loading branch information
lestrrat authored Oct 8, 2024
2 parents fa16db1 + 69131c6 commit e0dae5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
with:
go-version-file: go.mod
- uses: golangci/golangci-lint-action@aaa42aa0628b4ae2578232a66b541047968fac86 # v6.1.0
- uses: golangci/golangci-lint-action@971e284b6050e8a5849b72094c50ab08da042db8 # v6.1.1
- name: Run go vet
run: |
go vet ./...

0 comments on commit e0dae5d

Please sign in to comment.