diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index e8ce13e14..acdb0ba76 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -82,4 +82,4 @@ jobs: - name: Lint uses: golangci/golangci-lint-action@v3 with: - version: v1.49 + version: v1.50.1 diff --git a/Makefile b/Makefile index 130c427e8..3f4234d33 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,7 @@ endif # Dependency versions GOTESTSUM_VERSION = 1.8.0 -GOLANGCI_VERSION = 1.49.0 +GOLANGCI_VERSION = 1.50.1 # Add the ability to override some variables # Use with care