Skip to content

Commit

Permalink
Fix setup go actions
Browse files Browse the repository at this point in the history
  • Loading branch information
anaschwendler committed Oct 8, 2024
1 parent 01a706a commit daf7206
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
ruby-version: '3.3'

- name: Set up Go
uses: ruby/setup-go@v5
uses: actions/setup-go@v5
with:
go-version: '>=1.17.0'

Expand Down

0 comments on commit daf7206

Please sign in to comment.