From 8f1e6bb318b7ce75395e3af05b2acbee92985cde Mon Sep 17 00:00:00 2001 From: Akhyar Amarullah Date: Wed, 8 May 2024 09:06:46 +0700 Subject: [PATCH] feat: bump golangci-lint version --- .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 1287689..675f408 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -23,7 +23,7 @@ jobs: - name: golangci-lint uses: golangci/golangci-lint-action@v3 with: - version: v1.53 + version: v1.58 conventional-commits: name: conventional-commits