Skip to content

Commit

Permalink
update lint config
Browse files Browse the repository at this point in the history
  • Loading branch information
harish551 committed Oct 27, 2023
1 parent e5754bf commit e7cb831
Show file tree
Hide file tree
Showing 3 changed files with 6 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 @@ -15,7 +15,7 @@ on:
workflow_dispatch:

env:
GO_VERSION: "1.20.5"
GO_VERSION: "1.21.3"

concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
Expand Down
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 @@ on:
- '**.go'

env:
GO_VERSION: '1.21.0'
GO_VERSION: '1.21.3'

permissions:
contents: read
Expand Down
4 changes: 4 additions & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@ issues:
text: "SA1019:"
linters:
- staticcheck
- path: "client"
text: "use of repeated strings"
linters:
- goconst
- text: "leading space"
linters:
- nolintlint
Expand Down

0 comments on commit e7cb831

Please sign in to comment.