Skip to content

Commit

Permalink
Bump Go version to 1.22.4 (#222)
Browse files Browse the repository at this point in the history
  • Loading branch information
bjrara authored Jul 22, 2024
1 parent 8a75f76 commit 7673b9a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v2
with:
go-version: '^1.21.5'
go-version: '^1.22.4'

- uses: actions/cache@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-build-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v2
with:
go-version: '^1.21.5'
go-version: '^1.22.4'

- uses: actions/cache@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# build stage
FROM --platform=$BUILDPLATFORM golang:1.21.5-alpine AS build-env
FROM --platform=$BUILDPLATFORM golang:1.22.4-alpine AS build-env
ARG TARGETPLATFORM

RUN apk update && apk add ca-certificates
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.amazonlinux
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# build stage
FROM --platform=$BUILDPLATFORM golang:1.21.5-alpine AS build-env
FROM --platform=$BUILDPLATFORM golang:1.22.4-alpine AS build-env
ARG TARGETPLATFORM

RUN apk update && apk add ca-certificates
Expand Down

0 comments on commit 7673b9a

Please sign in to comment.