From f3808a73e1efdb3a37cbfd17441482ecf24a6f86 Mon Sep 17 00:00:00 2001 From: Ivan Date: Sat, 27 Sep 2025 05:51:43 -0500 Subject: [PATCH] Remove caching step for Go modules in performance monitoring workflow --- .github/workflows/performance-monitor.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.github/workflows/performance-monitor.yml b/.github/workflows/performance-monitor.yml index 10a1f39..f4691dd 100644 --- a/.github/workflows/performance-monitor.yml +++ b/.github/workflows/performance-monitor.yml @@ -19,16 +19,6 @@ jobs: with: go-version: '1.25' - - name: Cache Go modules - uses: actions/cache@v3 - with: - path: | - ~/go/pkg/mod - ~/.cache/go-build - key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }} - restore-keys: | - ${{ runner.os }}-go- - - name: Build run: | go build -o bin/reticulum-go ./cmd/reticulum-go