From bbf14646ec99581dfb64e2573559071e48f2b028 Mon Sep 17 00:00:00 2001 From: Dario Tranchitella Date: Mon, 4 Mar 2024 14:24:44 +0100 Subject: [PATCH] fix(gh): bump actions/setup-go to v3 Signed-off-by: Dario Tranchitella --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index b3b9caf..a925fc7 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -36,7 +36,7 @@ jobs: - uses: actions/checkout@v2 with: fetch-depth: 0 - - uses: actions/setup-go@v2 + - uses: actions/setup-go@v3 with: go-version-file: 'go.mod' - run: make release