Skip to content

Commit

Permalink
fix: pin go version compatible with go swagger
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed Oct 13, 2024
1 parent 50e4937 commit a617847
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/generate/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ runs:
token: ${{ inputs.token || github.token }}
- uses: actions/setup-go@v2
with:
go-version: "1.22"
go-version: "1.22.1"
- run: |
git config --global user.email "[email protected]"
git config --global user.name "ory-bot"
Expand Down

0 comments on commit a617847

Please sign in to comment.