Skip to content

Commit

Permalink
Fix setup go action
Browse files Browse the repository at this point in the history
  • Loading branch information
danischm committed Apr 10, 2023
1 parent 7e8e4c5 commit c562b50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
uses: actions/setup-go@v4
with:
go-version-file: "go.mod"
cache: true
cache: false

- name: Check out code into the Go module directory
uses: actions/checkout@v3
Expand Down

0 comments on commit c562b50

Please sign in to comment.