Skip to content

Commit

Permalink
we try again
Browse files Browse the repository at this point in the history
  • Loading branch information
zeusssz authored Sep 12, 2024
1 parent b9167f5 commit c001112
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,14 @@ jobs:
path: |
src/go/pkg/mod
src/go.sum
key: ${{ runner.os }}-go-${{ hashFiles('src/**/go.sum') }}
key: ${{ runner.os }}-go-${{ hashFiles('src/**/go.mod') }}
restore-keys: |
${{ runner.os }}-go-
- name: Ensure go.sum is created and up-to-date
working-directory: src
run: go mod tidy

- name: Build
working-directory: src
run: go build -v ./...
Expand Down

0 comments on commit c001112

Please sign in to comment.