Skip to content

Commit

Permalink
typo on setup action for go
Browse files Browse the repository at this point in the history
  • Loading branch information
RabbITCybErSeC committed May 8, 2024
1 parent 1a062fd commit fd64b9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
with:
fetch-depth: 0
- name: setup Go
- uses: actions/setup-go@v5
uses: actions/setup-go@v5
with:
go-version: '1.22.2' #
run: go version
Expand Down

0 comments on commit fd64b9a

Please sign in to comment.