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