diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 810b145..d1f2133 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -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 diff --git a/go.mod b/go.mod index 4a3ec4c..4a88531 100644 --- a/go.mod +++ b/go.mod @@ -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