GitHub Actions: Use Go 1.20

This commit is contained in:
Junegunn Choi 2024-04-02 01:44:08 +09:00
parent 5234c3759a
commit 77fe96ac0d
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.19
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.18
go-version: 1.20
- name: Setup Ruby
uses: ruby/setup-ruby@v1