From 2193a7198ae85d7a3ba633140d74eded38096e70 Mon Sep 17 00:00:00 2001
From: Eugene Burkov <e.burkov@adguard.com>
Date: Thu, 18 Aug 2022 19:41:51 +0300
Subject: [PATCH] Pull request: Fix GitHub specs

Merge in DNS/dnsproxy from fix-gh-specs to master

Squashed commit of the following:

commit bee7eaa871b8d0b8a4fe3f64c5930303a68e87e0
Author: Eugene Burkov <E.Burkov@AdGuard.COM>
Date:   Thu Aug 18 19:20:30 2022 +0300

    all: fix gh specs
---
 .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 b0676581..ccc01397 100644
--- a/.github/workflows/lint.yaml
+++ b/.github/workflows/lint.yaml
@@ -18,7 +18,7 @@ jobs:
           - macos-latest
     steps:
       - name: setup-go
-      - uses: actions/setup-go@v3
+        uses: actions/setup-go@v3
         with:
           go-version: 1.18.x
 
-- 
GitLab