Skip to content

Commit

Permalink
fixed the setup-go not using a cached path leading to excessive downl…
Browse files Browse the repository at this point in the history
…oad times
  • Loading branch information
CommanderStorm committed Sep 14, 2023
1 parent 4c12a2c commit fd68885
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ jobs:
- uses: actions/setup-go@v4
with:
go-version: '1.21'
cache: false
cache-dependency-path: |
server/go.sum
- name: run tests
run: go test -v ./...
working-directory: ./server
Expand Down

0 comments on commit fd68885

Please sign in to comment.