From 3236e740184aade4e183cb4787473178ac946753 Mon Sep 17 00:00:00 2001 From: Vuong <3168632+vuon9@users.noreply.github.com> Date: Fri, 12 Jun 2026 10:36:32 +0700 Subject: [PATCH] ci: avoid setup-go cache deprecation warning --- .github/workflows/ci.yml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 343c046..12076f3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,9 +10,6 @@ on: # Allow manual trigger workflow_dispatch: -env: - FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true - jobs: build: name: Build @@ -29,8 +26,6 @@ jobs: with: go-version: "1.25.0" check-latest: true - cache: true - cache-dependency-path: go.sum - name: Cache APT packages uses: awalsh128/cache-apt-pkgs-action@latest @@ -83,8 +78,6 @@ jobs: with: go-version: "1.25.0" check-latest: true - cache: true - cache-dependency-path: go.sum - name: Run Go Tests run: | @@ -130,8 +123,6 @@ jobs: with: go-version: "1.25.0" check-latest: true - cache: true - cache-dependency-path: go.sum - name: Install system deps (Wails CGO) run: | @@ -159,8 +150,6 @@ jobs: with: go-version: "1.25.0" check-latest: true - cache: true - cache-dependency-path: go.sum - name: Cache APT packages uses: awalsh128/cache-apt-pkgs-action@latest