This is an automated email from the ASF dual-hosted git repository.
amoghdesai pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new 3533020e144 Fix Go cache path to use go-sdk/go.sum (#51445)
3533020e144 is described below
commit 3533020e1446648460d474565dde5c424c16da45
Author: Amogh Desai <[email protected]>
AuthorDate: Fri Jun 6 11:42:33 2025 +0530
Fix Go cache path to use go-sdk/go.sum (#51445)
---
.github/workflows/ci-amd.yml | 1 +
.github/workflows/ci-arm.yml | 1 +
2 files changed, 2 insertions(+)
diff --git a/.github/workflows/ci-amd.yml b/.github/workflows/ci-amd.yml
index bdf8f8722b6..c0d5d28262d 100644
--- a/.github/workflows/ci-amd.yml
+++ b/.github/workflows/ci-amd.yml
@@ -785,6 +785,7 @@ jobs:
uses: actions/setup-go@v5
with:
go-version: 1.24
+ cache-dependency-path: go-sdk/go.sum
- name: "Cleanup dist files"
run: rm -fv ./dist/*
diff --git a/.github/workflows/ci-arm.yml b/.github/workflows/ci-arm.yml
index 5262c96a1ca..0500106b947 100644
--- a/.github/workflows/ci-arm.yml
+++ b/.github/workflows/ci-arm.yml
@@ -536,6 +536,7 @@ jobs:
uses: actions/setup-go@v5
with:
go-version: 1.24
+ cache-dependency-path: go-sdk/go.sum
- name: "Cleanup dist files"
run: rm -fv ./dist/*