Skip to content

Commit

Permalink
Upgrade lint version for workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
luborco committed Nov 7, 2024
1 parent be893e3 commit 4da51c1
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.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ jobs:

- uses: actions/setup-go@v5
with:
go-version: "1.22"
go-version: "1.23"

- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: v1.59
version: v1.61
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/eset/grpc-rest-proxy

go 1.22.5
go 1.23

require (
github.com/go-chi/chi/v5 v5.0.8
Expand Down

0 comments on commit 4da51c1

Please sign in to comment.