Skip to content

Commit

Permalink
ci: Remove cache key hack
Browse files Browse the repository at this point in the history
  • Loading branch information
gabe565 committed Feb 13, 2024
1 parent 6dcdbb3 commit f9dcee6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Change Cache Key
run: echo '// ${{ github.job }}' >> go.sum
- name: Set up Go
uses: actions/setup-go@v5
with:
Expand Down

0 comments on commit f9dcee6

Please sign in to comment.