From cc66e3b60abf70cc80efa5cd776f90fca7fadc5e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 9 Feb 2024 18:47:07 +0000 Subject: [PATCH] Update go dependencies --- .github/workflows/check_links.yml | 2 +- Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/check_links.yml b/.github/workflows/check_links.yml index b5f44b4..b9f92e2 100644 --- a/.github/workflows/check_links.yml +++ b/.github/workflows/check_links.yml @@ -14,7 +14,7 @@ jobs: - name: Link Checker id: lychee - uses: lycheeverse/lychee-action@v1.9.0 + uses: lycheeverse/lychee-action@v1.9.3 - name: Create Issue From File if: env.lychee_exit_code != 0 diff --git a/Dockerfile b/Dockerfile index 7a5e0a2..c572192 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM --platform=$BUILDPLATFORM golang:1.21.4 as builder +FROM --platform=$BUILDPLATFORM golang:1.22.0 as builder WORKDIR /app