.github/workflows: upgrade go version

This commit is contained in:
80111+shawnps@users.noreply.github.com
2025-04-18 14:54:29 +09:00
parent cf71433d87
commit 48deeb7cda

View File

@@ -12,7 +12,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: '1.22.x'
go-version: '1.24.x'
- name: Install
run: make install