From 6dd0a535be9ecf765b4f315d6a873652d02d06ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Caner=20=C3=87=C4=B1dam?= Date: Thu, 9 Jan 2025 02:13:25 +0300 Subject: [PATCH] try fix golangci-lint --- .github/actions/go/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/go/action.yml b/.github/actions/go/action.yml index 4e5763b..852462e 100644 --- a/.github/actions/go/action.yml +++ b/.github/actions/go/action.yml @@ -29,7 +29,7 @@ runs: skip-go-installation: true skip-pkg-cache: true skip-build-cache: true - version: v1.47 + version: v1.63.4 - name: Build shell: bash run: go build -v ./...