Skip to content

Commit

Permalink
fix deps cache
Browse files Browse the repository at this point in the history
  • Loading branch information
DenisPalnitsky committed Mar 16, 2024
1 parent df2936c commit 70218eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v5
cache-dependency-path: go.sum
with:
go-version: 1.21

cache-dependency-path: ./go.sum

- uses: actions/checkout@v4

- name: Build
Expand Down

0 comments on commit 70218eb

Please sign in to comment.