Skip to content

Commit

Permalink
upgrade linter version
Browse files Browse the repository at this point in the history
  • Loading branch information
szkiba committed Aug 8, 2023
1 parent f4a72e1 commit 035acf6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Lint Go Code
uses: golangci/golangci-lint-action@v3
with:
version: v1.50.1
version: v1.53.3

- name: Build
id: build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- name: Lint Go Code
uses: golangci/golangci-lint-action@v3
with:
version: v1.50.1
version: v1.53.3

- name: Build
id: build
Expand Down

0 comments on commit 035acf6

Please sign in to comment.