From 84a8626bbd4de072891ba09185cc5f5287f9defe Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 6 Dec 2023 18:32:39 +0000 Subject: [PATCH] Update actions/setup-go action to v5 --- .github/workflows/go-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go-build.yml b/.github/workflows/go-build.yml index 583280c..f92b7c2 100644 --- a/.github/workflows/go-build.yml +++ b/.github/workflows/go-build.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - - uses: actions/setup-go@v3 + - uses: actions/setup-go@v5 with: go-version: '1.16.1' - run: go build cmd/main.go \ No newline at end of file