Skip to content

Commit

Permalink
upd sample go workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
DenKoren committed Jun 1, 2023
1 parent c0531ab commit eed1aff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Install Golang ${{ inputs.golang-version }}
uses: actions/setup-go@v3
with:
go-version: 1.20
go-version: "1.20"

- name: Run sample GO code
shell: bash
Expand Down

0 comments on commit eed1aff

Please sign in to comment.