From 965414de2db4746879aaf1ef1dc3f47b41771b33 Mon Sep 17 00:00:00 2001 From: "gabe565-renovate[bot]" <156644344+gabe565-renovate[bot]@users.noreply.github.com> Date: Thu, 8 Feb 2024 00:41:55 -0600 Subject: [PATCH] chore(deps): update go to v1.22.0 (#76) * chore(deps): update go to v1.22.0 * ci: Remove cache key hack --------- Co-authored-by: gabe565-renovate[bot] Co-authored-by: Gabe Cook --- .github/workflows/build.yml | 2 -- Dockerfile | 2 +- go.mod | 2 +- 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 57cb9582..c8c91c1c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -25,8 +25,6 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4 - - name: Change Cache Key - run: echo '// ${{ github.job }}' >> go.sum - name: Set up Go uses: actions/setup-go@v5 with: diff --git a/Dockerfile b/Dockerfile index 8af76129..92d4cc07 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM --platform=$BUILDPLATFORM golang:1.21.6 as build +FROM --platform=$BUILDPLATFORM golang:1.22.0 as build WORKDIR /app COPY go.mod go.sum ./ diff --git a/go.mod b/go.mod index 4f959a8e..4abdcee0 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/gabe565/ascii-movie -go 1.21.6 +go 1.22.0 replace github.com/charmbracelet/lipgloss => github.com/gabe565/lipgloss v0.0.0-20231124201931-3d7efac1ed1b