Skip to content

Commit

Permalink
Bump golang version
Browse files Browse the repository at this point in the history
  • Loading branch information
Xpl0itU committed Apr 8, 2024
1 parent 28581f7 commit 92fb492
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.linux
Original file line number Diff line number Diff line change
Expand Up @@ -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" && \
Expand Down

0 comments on commit 92fb492

Please sign in to comment.