From 6707a487e5fccff8b52779d592667c3a09d832d1 Mon Sep 17 00:00:00 2001 From: shipengqi Date: Wed, 8 May 2024 10:11:35 +0800 Subject: [PATCH] chore(lint): add go 1.22 for the 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 de14931..bec9174 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -19,7 +19,7 @@ jobs: golangci: strategy: matrix: - go: [ '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