try to invalidate cache
diff --git a/.github/workflows/github-actions.yml b/.github/workflows/github-actions.yml
index 8b53d53..6c5044a 100644
--- a/.github/workflows/github-actions.yml
+++ b/.github/workflows/github-actions.yml
@@ -36,16 +36,16 @@
       - name: Check out code into the Go module directory
         uses: actions/checkout@v4.0.0
 
-      - name: Cache dependencies
-        uses: actions/cache@v3.2.6
-        with:
-          # Cache
-          path: ~/go/pkg/mod
-          # Cache key
-          key: ${{ runner.os }}-go-${{ matrix.go_version }}-${{ hashFiles('**/go.sum') }}
-          # An ordered list of keys to use for restoring the cache if no cache hit occurred for key
-          restore-keys: |
-            ${{ runner.os }}-go-${{ matrix.go_version }}-
+#      - name: Cache dependencies
+#        uses: actions/cache@v3.2.6
+#        with:
+#          # Cache
+#          path: ~/go/pkg/mod
+#          # Cache key
+#          key: ${{ runner.os }}-go-${{ matrix.go_version }}-${{ hashFiles('**/go.sum') }}
+#          # An ordered list of keys to use for restoring the cache if no cache hit occurred for key
+#          restore-keys: |
+#            ${{ runner.os }}-go-${{ matrix.go_version }}-
 
       - name: Get dependencies
         run: |