Skip to content

Commit

Permalink
bump golang version to 1.21.10
Browse files Browse the repository at this point in the history
  • Loading branch information
nullun committed Oct 3, 2024
1 parent ac93443 commit 90b64b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-generator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
if: (contains(inputs.go_algorand_version, '-stable')) && (!contains(inputs.indexer_version, '-'))
uses: actions/setup-go@v3
with:
go-version: 1.20.7
go-version: 1.20.10

- name: Generate conduit docs
if: (contains(inputs.go_algorand_version, '-stable')) && (!contains(inputs.indexer_version, '-'))
Expand Down

0 comments on commit 90b64b3

Please sign in to comment.