Skip to content

Commit

Permalink
Chore: Update the go version to 1.22
Browse files Browse the repository at this point in the history
- Update the go version in dockerfile and post-submit in github workflows

Signed-off-by: Chaitanyareddy0702 <[email protected]>

Author: VibhorChinda <[email protected]>
Signed-off-by: GW Cloud Common Services <[email protected]>
  • Loading branch information
co_gwre authored and GW Cloud Common Services committed Jul 10, 2024
1 parent a9739d2 commit 6a6700f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/post-submit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
workflow_dispatch: {}

env:
GO_VERSION: '1.19'
GO_VERSION: '1.22'

jobs:

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG BASE_IMAGE
# Build the manager binary
FROM --platform=${BUILDPLATFORM:-linux/amd64} golang:1.19-alpine as builder
FROM --platform=${BUILDPLATFORM:-linux/amd64} golang:1.22-alpine as builder
ARG GOPROXY
ENV GOPROXY=${GOPROXY:-https://goproxy.cn}
WORKDIR /workspace
Expand Down

0 comments on commit 6a6700f

Please sign in to comment.