Skip to content

Commit

Permalink
Fix typo in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
shearn89 committed Jul 25, 2024
1 parent 559f33d commit 7ce5b52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7

- name: Set up Go
- uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
with:
go-version: ./go.mod
cache: true
Expand Down

0 comments on commit 7ce5b52

Please sign in to comment.