Skip to content

Commit

Permalink
verify/ci: update lint
Browse files Browse the repository at this point in the history
  • Loading branch information
calebdoxsey committed Sep 4, 2024
1 parent 659ac4b commit 2d8c042
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:

- uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32
with:
go-version: 1.22.x
go-version: 1.23.x
cache: false

- uses: golangci/golangci-lint-action@aaa42aa0628b4ae2578232a66b541047968fac86
with:
version: v1.55
version: v1.60.1
args: --timeout=10m
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
golang 1.22.4
golang 1.23.0

0 comments on commit 2d8c042

Please sign in to comment.