Skip to content

Commit

Permalink
fix go 1.20 build
Browse files Browse the repository at this point in the history
  • Loading branch information
b-dean committed Feb 23, 2023
1 parent 2cd97fc commit 287e274
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ runs:
steps:
- uses: actions/setup-go@v3
with:
go-version: 1.20
go-version: '1.20'
- run: make clean build
shell: bash

0 comments on commit 287e274

Please sign in to comment.