Skip to content

Commit

Permalink
chore: bump setup-qemu-action from 3.2.0 to 3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cheina97 authored and adamjensenbot committed Feb 19, 2025
1 parent c33080a commit 4367ac5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
ARCHITECTURES=${{ needs.configure.outputs.architectures }}
echo "ARCHITECTURES=${ARCHITECTURES}" >> $GITHUB_ENV
- name: Set up QEMU
uses: docker/setup-qemu-action@v3.2.0
uses: docker/setup-qemu-action@v3.4.0
with:
platforms: all

Expand Down
2 changes: 1 addition & 1 deletion build/liqoctl/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ error() {
}
trap 'error "${BASH_SOURCE}" "${LINENO}"' ERR

GO_VERSION="1.23"
GO_VERSION="1.24"

CGO_ENABLED="${CGO_ENABLED:-0}"
GOOS="${GOOS:-linux}"
Expand Down

0 comments on commit 4367ac5

Please sign in to comment.