Skip to content

Commit

Permalink
Merge pull request #13 from bitofsky/2024-04
Browse files Browse the repository at this point in the history
upgrade go v1.22.0
  • Loading branch information
bitofsky authored Apr 18, 2024
2 parents 94e3b3c + 8a35001 commit 9365d53
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ ENV TS_NODE 10.9.2
ENV SWC_CORE 1.4.15
ENV AWS_CLI 2.15.39
ENV BUILDKIT_VERSION 0.13.1
ENV GO_VERSION 1.22.0

RUN apt-get update -y \
&& apt-get install -y --no-install-recommends \
Expand Down Expand Up @@ -51,7 +52,7 @@ RUN curl -L "https://dl.k8s.io/release/v1.27.12/bin/linux/amd64/kubectl" -o "/us
RUN ln -s /usr/bin/kubectl-v1.24 /usr/bin/kubectl

# install golang
COPY --from=golang:1.20.2 /usr/local/go/ /usr/local/go/
COPY --from=golang:${GO_VERSION} /usr/local/go/ /usr/local/go/
ENV GOPATH /go
ENV PATH $GOPATH/bin:/usr/local/go/bin:/usr/bin:${PATH}

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Multiple versions of **kubectl** are available to suit different cluster version

### Go Programming Language

- **Go**: Version 1.20.2 installed from the official golang image.
- **Go**: Version 1.22.0 installed from the official golang image.

## Environmental Variables

Expand Down

0 comments on commit 9365d53

Please sign in to comment.