Skip to content

Commit

Permalink
build: bump Go to 1.22.1
Browse files Browse the repository at this point in the history
  • Loading branch information
importnil committed Mar 19, 2024
1 parent 40aaaf5 commit 43aaef8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN ./nvim.appimage --appimage-extract
RUN ln -s /squashfs-root/AppRun /usr/bin/nvim

# Install latest Go.
RUN wget https://go.dev/dl/go1.21.6.linux-amd64.tar.gz && tar -C /usr/local -xzpvf go1.21.6.linux-amd64.tar.gz
RUN wget https://go.dev/dl/go1.22.1.linux-amd64.tar.gz && tar -C /usr/local -xzpvf go1.22.1.linux-amd64.tar.gz

# Setup context.
RUN useradd -ms /bin/bash user
Expand Down

0 comments on commit 43aaef8

Please sign in to comment.