Skip to content

Commit

Permalink
Bump Go version to 1.21.5 (#212)
Browse files Browse the repository at this point in the history
  • Loading branch information
jj22ee authored Dec 14, 2023
1 parent 1e8d410 commit 532117b
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.3'
go-version: '^1.21.5'

- 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.3'
go-version: '^1.21.5'

- 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.3-alpine AS build-env
FROM --platform=$BUILDPLATFORM golang:1.21.5-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.3-alpine AS build-env
FROM --platform=$BUILDPLATFORM golang:1.21.5-alpine AS build-env
ARG TARGETPLATFORM

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

0 comments on commit 532117b

Please sign in to comment.