Skip to content

Commit

Permalink
fix job cache
Browse files Browse the repository at this point in the history
  • Loading branch information
singer233 authored Apr 1, 2024
1 parent 369321a commit 99bcb4a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
uses: actions/setup-go@v4
with:
go-version: '1.22.1'
cache-dependency-path: "src/go.sum"

- name: Build
run: cd src/ && go build -v ./

0 comments on commit 99bcb4a

Please sign in to comment.