Skip to content

Commit

Permalink
chore(deps): update go to v1.22.1 (#42)
Browse files Browse the repository at this point in the history
* chore(deps): update go to v1.22.1

* ci: Remove cache key hack

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Gabe Cook <[email protected]>
  • Loading branch information
renovate[bot] and gabe565 authored Mar 6, 2024
1 parent db820ce commit 08e8b08
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Change Cache Key
run: echo '// ${{ github.job }}' >> go.sum
- name: Set up Go
uses: actions/setup-go@v5
with:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#syntax=docker/dockerfile:1.7

FROM --platform=$BUILDPLATFORM golang:1.21.4-alpine AS builder
FROM --platform=$BUILDPLATFORM golang:1.22.1-alpine AS builder
WORKDIR /app

RUN apk add --no-cache git
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/clevyr/yampl

go 1.21.4
go 1.22.1

require (
github.com/Masterminds/sprig/v3 v3.2.3
Expand Down

0 comments on commit 08e8b08

Please sign in to comment.