From c9419a2a8c05a41c0761e1133733c65ad7d5b745 Mon Sep 17 00:00:00 2001 From: Tulir Asokan Date: Tue, 7 Feb 2023 13:07:24 +0200 Subject: [PATCH] Update linters [skip cd] --- .github/workflows/go.yml | 2 +- .pre-commit-config.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 2201b03..aa30003 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -8,7 +8,7 @@ jobs: strategy: fail-fast: false matrix: - go-version: [1.19] + go-version: ["1.20"] steps: - uses: actions/checkout@v3 diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0b1d055..1ef386e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.1.0 + rev: v4.4.0 hooks: - id: trailing-whitespace exclude_types: [markdown] @@ -9,7 +9,7 @@ repos: - id: check-added-large-files - repo: https://github.com/tekwizely/pre-commit-golang - rev: v1.0.0-beta.5 + rev: v1.0.0-rc.1 hooks: - id: go-imports-repo - id: go-vet-repo-mod