From 9f1854ecd4a36e6008715d7c8972f31a318ad33b Mon Sep 17 00:00:00 2001 From: shipengqi Date: Wed, 8 May 2024 12:55:25 +0800 Subject: [PATCH] chore(lint): add go 1.22 for golangci-lint action --- .github/workflows/lint.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index c90a15a..bec9174 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -19,7 +19,7 @@ jobs: golangci: strategy: matrix: - go: [ '1.18', '1.19', '1.20', '1.21' ] + go: [ '1.20', '1.21', '1.22' ] os: [ ubuntu-latest, windows-latest ] permissions: contents: read # for actions/checkout to fetch code