From 474fe7aa888e58d39cfad3847502be71a74ab61f Mon Sep 17 00:00:00 2001 From: Osamu TONOMORI Date: Tue, 2 May 2023 00:44:31 +0900 Subject: [PATCH] Update actions.yml --- .github/workflows/actions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index 3c2933f..c69cef5 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -16,7 +16,7 @@ jobs: - uses: actions/checkout@v3 - uses: golangci/golangci-lint-action@v3 with: - version: v1.49.0 + version: v1.52.2 test: name: Test runs-on: ubuntu-latest