diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index eaf9f6464..acdb0ba76 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -43,7 +43,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest, macos-latest, windows-latest] - go: ['1.16', '1.17', '1.18', '1.19'] + go: ['1.17', '1.18', '1.19'] env: GOFLAGS: -mod=readonly @@ -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