Skip to content

Commit

Permalink
workflows/golangci-lint: update go to v1.23.x and golangci-lint to v1…
Browse files Browse the repository at this point in the history
….61.0
  • Loading branch information
gucio321 committed Oct 7, 2024
1 parent f86868f commit 72d0ddd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/golangci-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ jobs:
- name: Set up Go environment
uses: actions/setup-go@v5
with:
go-version: '1.19.x'
go-version: '1.23.x'
- uses: actions/checkout@v4
- name: golangci-lint
uses: golangci/[email protected]
with:
# Optional: version of golangci-lint to use in form of v1.2 or v1.2.3 or `latest` to use the latest version
version: v1.58.0
version: v1.61.0

# Optional: working directory, useful for monorepos
# working-directory: somedir
Expand Down

0 comments on commit 72d0ddd

Please sign in to comment.