ci: update actions/setup-go to v4 for Go 1.21+ support

This commit is contained in:
illionillion 2025-12-20 00:32:15 +09:00
parent 8fa4cb2f77
commit 0edc920f8b
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ jobs:
steps: steps:
- uses: actions/checkout@master - uses: actions/checkout@master
- name: Set up Go - name: Set up Go
uses: actions/setup-go@v1 uses: actions/setup-go@v4
with: with:
go-version: ${{ matrix.go }} go-version: ${{ matrix.go }}
- name: test - name: test