gosick #1

Merged
DelphicOkami merged 162 commits from gosick into main 2026-03-21 23:08:00 +00:00
2 changed files with 6 additions and 4 deletions
Showing only changes of commit be14cfdc29 - Show all commits

View File

@@ -41,9 +41,10 @@ jobs:
path: |
~/go/pkg/mod
~/.cache/go-build
key: ${{ runner.os }}-go-modules-${{ hashFiles('**/go.mod', '**/go.sum') }}
~/go/bin
key: ${{ runner.os }}-go-cache-${{ hashFiles('**/go.mod', '**/go.sum') }}
restore-keys: |
${{ runner.os }}-go-modules-
${{ runner.os }}-go-cache-
- name: Verify module hygiene
run: |

View File

@@ -41,9 +41,10 @@ jobs:
path: |
~/go/pkg/mod
~/.cache/go-build
key: ${{ runner.os }}-go-modules-${{ hashFiles('**/go.mod', '**/go.sum') }}
~/go/bin
key: ${{ runner.os }}-go-cache-${{ hashFiles('**/go.mod', '**/go.sum') }}
restore-keys: |
${{ runner.os }}-go-modules-
${{ runner.os }}-go-cache-
- name: Verify module hygiene
run: |