diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b1cd8e9..53ba804 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -50,4 +50,4 @@ jobs: - name: Lint uses: golangci/golangci-lint-action@v2 with: - version: v1.40.1 + version: v1.43.0 diff --git a/Makefile b/Makefile index a143759..1279096 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,7 @@ endif # Dependency versions GOTESTSUM_VERSION = 1.7.0 -GOLANGCI_VERSION = 1.42.1 +GOLANGCI_VERSION = 1.43.0 # Add the ability to override some variables # Use with care