Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(dependencies): Back to golang 1.21.8 so GA builds a first image. #155

Merged
merged 21 commits into from
Mar 11, 2024
Merged
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
370cb8f
feat(docker): First golang version.
gounthar Mar 11, 2024
d180bca
feat(dependencies): Tracks Gitpod full workspace docker image.
gounthar Mar 11, 2024
285b5e5
feat(dependencies): Added golang and an action.
gounthar Mar 11, 2024
9e239ee
chore(dependencies): Pinned version of workspace-full.
gounthar Mar 11, 2024
0c40f3b
chore(dependencies): Added golang.
gounthar Mar 11, 2024
971853d
feat(dependencies): Added debian.
gounthar Mar 11, 2024
25fffbe
fix(dependencies): POSIX.
gounthar Mar 11, 2024
72adb7f
fix(dependencies): POSIX.
gounthar Mar 11, 2024
588573c
feat(dependencies): Tracks golang version.
gounthar Mar 11, 2024
809e888
Merge remote-tracking branch 'upstream/main' into golang
gounthar Mar 11, 2024
67fee0f
fix(dependencies): "scmid: default" is mandatory.
gounthar Mar 11, 2024
b66fdf2
Merge remote-tracking branch 'upstream/main' into golang
gounthar Mar 11, 2024
ce31e42
fix(dependencies): mapping key "scmid" already defined at line 35
gounthar Mar 11, 2024
8e3388b
Merge branch 'main' into golang
gounthar Mar 11, 2024
d324574
fix(dependencies): mapping key "scmid" already defined at line 35
gounthar Mar 11, 2024
b8bc88d
feat(targets): Adding golang.
gounthar Mar 11, 2024
a73f309
Merge remote-tracking branch 'upstream/main' into golang
gounthar Mar 11, 2024
c016f9c
Merge branch 'main' into golang
gounthar Mar 11, 2024
de1a246
Merge branch 'golang' of https://github.com/gounthar/quickstart-tutor…
gounthar Mar 11, 2024
e8f237a
fix(dependencies): Back to golang 1.21.8 so GA builds a first image.
gounthar Mar 11, 2024
5101b4d
Merge branch 'jenkins-docs:main' into golang
gounthar Mar 11, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dockerfiles/golang/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends ca-certificates
rm -rf /var/lib/apt/lists/*

# Now time to install maven
ARG GOLANG_VERSION=1.22.1
ARG GOLANG_VERSION=1.21.8
ARG TARGETARCH
ENV ARCHITECTURE=$TARGETARCH

Expand Down
Loading