From 2ce00be2d4f847e1a3c4222b92a4858363a7c9cb Mon Sep 17 00:00:00 2001 From: Jacob Gadikian Date: Mon, 8 Apr 2024 23:01:07 +0800 Subject: [PATCH] fix linter --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 1217e89..18f9357 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -16,7 +16,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-go@v5 with: - go-version: "1.22" + go-version: "1.22.2" - uses: golangci/golangci-lint-action@v4.0.0 with: args: --timeout 10m