mirror of
https://github.com/Xpl0itU/WiiUDownloader.git
synced 2025-05-09 13:52:02 -04:00
Bump golang version
This commit is contained in:
parent
28581f79a0
commit
92fb492eae
2 changed files with 2 additions and 2 deletions
2
.github/workflows/macos.yml
vendored
2
.github/workflows/macos.yml
vendored
|
@ -22,7 +22,7 @@ jobs:
|
|||
- name: Install Go
|
||||
uses: actions/setup-go@v5
|
||||
with:
|
||||
go-version: '1.22.1'
|
||||
go-version: '1.22.2'
|
||||
check-latest: true
|
||||
cache-dependency-path: |
|
||||
go.sum
|
||||
|
|
|
@ -14,7 +14,7 @@ RUN mkdir -p /usr/share/man/man1 /usr/share/man/man2 && \
|
|||
RUN apt-fast -y --no-install-recommends update && \
|
||||
apt-fast -y --no-install-recommends upgrade && \
|
||||
apt-fast install -y --no-install-recommends build-essential libgcrypt20-dev libgtk-3-dev libfuse2 libtool librsvg2-dev python3-requests && \
|
||||
wget https://go.dev/dl/go1.22.1.linux-amd64.tar.gz && \
|
||||
wget https://go.dev/dl/go1.22.2.linux-amd64.tar.gz && \
|
||||
tar -C /usr/local -xzf go*.linux-amd64.tar.gz && \
|
||||
chmod +x /usr/local/go/bin/go* && \
|
||||
LINUXDEPLOY="/usr/bin/linuxdeploy.AppImage" && \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue