Skip to content

Commit

Permalink
fix: go build workflow
Browse files Browse the repository at this point in the history
Signed-off-by: zu1k <[email protected]>
  • Loading branch information
zu1k committed Apr 3, 2022
1 parent 41b60dd commit e818a90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Setup Go
- uses: actions/setup-go@v3
uses: actions/setup-go@v3
with:
go-version: '^1.18.0'

Expand Down

0 comments on commit e818a90

Please sign in to comment.