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
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