From e582c80f01deee9773fdfed1cd0268f09365280c Mon Sep 17 00:00:00 2001 From: engigu Date: Wed, 17 Dec 2025 22:33:56 +0800 Subject: [PATCH] fix: small screen page style --- .github/workflows/custom_deploy.yml | 2 +- .github/workflows/demo_site_deploy.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/custom_deploy.yml b/.github/workflows/custom_deploy.yml index 319113d..0464e48 100644 --- a/.github/workflows/custom_deploy.yml +++ b/.github/workflows/custom_deploy.yml @@ -21,7 +21,7 @@ jobs: - name: Set up Golang uses: actions/setup-go@v5 with: - go-version: "1.20" + go-version: "1.24" - name: Install npm dependencies run: npm ci diff --git a/.github/workflows/demo_site_deploy.yml b/.github/workflows/demo_site_deploy.yml index 1259f24..fdd8f0c 100644 --- a/.github/workflows/demo_site_deploy.yml +++ b/.github/workflows/demo_site_deploy.yml @@ -21,7 +21,7 @@ jobs: - name: Set up Golang uses: actions/setup-go@v5 with: - go-version: "1.20" + go-version: "1.24" - name: Install npm dependencies run: npm ci