Skip to content

Commit

Permalink
Bump the go version to 1.22
Browse files Browse the repository at this point in the history
Signed-off-by: Federico Paolinelli <[email protected]>
  • Loading branch information
fedepaol authored and oribon committed Aug 8, 2024
1 parent 8ca1db1 commit 7d8418f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,8 @@ jobs:

- uses: actions/setup-go@v2
with:
go-version: '1.21'
go-version-file: "go.mod"
cache: true

- name: Build image
run: |
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.2

FROM --platform=$BUILDPLATFORM docker.io/golang:1.21 AS builder
FROM --platform=$BUILDPLATFORM docker.io/golang:1.22 AS builder
ARG GIT_COMMIT=dev
ARG GIT_BRANCH=dev

Expand Down

0 comments on commit 7d8418f

Please sign in to comment.