Skip to content

Commit

Permalink
one more try
Browse files Browse the repository at this point in the history
  • Loading branch information
rocktavious committed Jan 6, 2025
1 parent 01b925b commit 7fa3ebb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: 'src/go.sum'
go-version-file: 'src/go.mod'
cache-dependency-path: |
src/go.sum
- name: Cache Go modules
uses: actions/cache@v4
with:
Expand Down

0 comments on commit 7fa3ebb

Please sign in to comment.