From b110224cfe1b41cc7e969230e1b009bed78b9127 Mon Sep 17 00:00:00 2001 From: Neur0toxine Date: Mon, 9 Jan 2023 16:02:52 +0300 Subject: [PATCH] also update linter's setup-go action --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a2a1cd6..62dcf07 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: - name: Check out code into the Go module directory uses: actions/checkout@v2 - name: Set up stable Go version - uses: actions/setup-go@v2 + uses: actions/setup-go@v3 with: go-version: 'stable' - name: Get dependencies