Skip to content

Commit

Permalink
chore(deps): bump golangci-lint action and version from 1.50 to 1.55.2 (
Browse files Browse the repository at this point in the history
#109)

* chore: bump Go version in golangci workflow

* chore: bump golangci version

* chore: add comment
  • Loading branch information
mdelapenya authored Feb 5, 2024
1 parent 4ee9afb commit 1013d28
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:
steps:
- uses: actions/setup-go@v5
with:
go-version: 1.19
go-version: 1.21
- uses: actions/checkout@v3
- name: golangci-lint
uses: golangci/golangci-lint-action@3a919529898de77ec3da873e3063ca4b10e7f5cc
uses: golangci/golangci-lint-action@3a919529898de77ec3da873e3063ca4b10e7f5cc # v3
with:
version: v1.50
version: v1.55.2
args: --timeout=3m

0 comments on commit 1013d28

Please sign in to comment.