From b0e136a15d4af79f48a04146bb576bd2b38bb105 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Dec 2023 13:20:51 +0000 Subject: [PATCH] Bump actions/setup-go from 3 to 4 Bumps [actions/setup-go](https://github.com/actions/setup-go) from 3 to 4. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](https://github.com/actions/setup-go/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/setup-go dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/openshift-go-fiber.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/openshift-go-fiber.yaml b/.github/workflows/openshift-go-fiber.yaml index d9699a2..e88f3f1 100644 --- a/.github/workflows/openshift-go-fiber.yaml +++ b/.github/workflows/openshift-go-fiber.yaml @@ -98,7 +98,7 @@ jobs: echo "IMAGE_TAGS=latest ${GITHUB_SHA::12}" | tee -a $GITHUB_ENV - name: setup go - uses: actions/setup-go@v3 + uses: actions/setup-go@v4 with: go-version: '>=1.18.0' - name: Login to Docker Hub