GitHub Actions: Use Go "1.20"

This commit is contained in:
Junegunn Choi 2024-04-02 01:47:24 +09:00
parent 77fe96ac0d
commit a575c0c54b
No known key found for this signature in database
GPG Key ID: 254BC280FEF9C627
2 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.20
go-version: "1.20"
- name: Setup Ruby
uses: ruby/setup-ruby@v1

View File

@ -22,7 +22,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.20
go-version: "1.20"
- name: Setup Ruby
uses: ruby/setup-ruby@v1