From 9032845c569f6520d2872034c9208d0967a33ece Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 27 Mar 2024 02:45:56 +0000 Subject: [PATCH] chore(deps): update actions/setup-go action to v5.0.0 (#136) * chore(deps): update actions/setup-go action to v4.1.0 * chore(deps): update actions/setup-go action to v5.0.0 --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Wayback Archiver <66856220+waybackarchiver@users.noreply.github.com> --- .github/workflows/reusable-builder-flatpak.yml | 2 +- .github/workflows/reusable-builder-go.yml | 2 +- .github/workflows/reusable-golangci.yml | 2 +- .github/workflows/reusable-nancy.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/reusable-builder-flatpak.yml b/.github/workflows/reusable-builder-flatpak.yml index ee722fa..12cf411 100644 --- a/.github/workflows/reusable-builder-flatpak.yml +++ b/.github/workflows/reusable-builder-flatpak.yml @@ -64,7 +64,7 @@ jobs: ref: ${{ github.event.pull_request.head.sha }} - name: Set up Go 1.x - uses: actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753 # v4.0.1 + uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0 with: go-version: '^1.19' diff --git a/.github/workflows/reusable-builder-go.yml b/.github/workflows/reusable-builder-go.yml index 92c10f8..4c20299 100644 --- a/.github/workflows/reusable-builder-go.yml +++ b/.github/workflows/reusable-builder-go.yml @@ -105,7 +105,7 @@ jobs: ref: ${{ github.event.pull_request.head.sha }} - name: Set up Go 1.x - uses: actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753 # v4.0.1 + uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0 with: go-version: ${{ inputs.go-version }} diff --git a/.github/workflows/reusable-golangci.yml b/.github/workflows/reusable-golangci.yml index 8601266..2228520 100644 --- a/.github/workflows/reusable-golangci.yml +++ b/.github/workflows/reusable-golangci.yml @@ -70,7 +70,7 @@ jobs: ref: ${{ github.event.pull_request.head.sha }} - name: Set up Go 1.x - uses: actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753 # v4.0.1 + uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0 with: go-version: '^1.18' diff --git a/.github/workflows/reusable-nancy.yml b/.github/workflows/reusable-nancy.yml index ad56fce..3a7b074 100644 --- a/.github/workflows/reusable-nancy.yml +++ b/.github/workflows/reusable-nancy.yml @@ -52,7 +52,7 @@ jobs: ref: ${{ github.event.pull_request.head.sha }} - name: Set up Go 1.x - uses: actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753 # v4.0.1 + uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0 with: go-version: ^1.18