Skip to content

Commit

Permalink
Changing number to string in example yaml (#25146)
Browse files Browse the repository at this point in the history
  • Loading branch information
SHA65536 committed Apr 26, 2023
1 parent a2b5de9 commit 908859b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
- name: Set up Go
uses: {% data reusables.actions.action-setup-go %}
with:
go-version: 1.15
go-version: '1.15'
- name: Build
run: go build -v ./...
Expand Down

0 comments on commit 908859b

Please sign in to comment.