update to go1.23.2

vendor.mod still allows go1.22.

Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
This commit is contained in:
Akihiro Suda
2024-10-22 00:04:23 +09:00
parent d99294e58d
commit 1bb5f8bb67
10 changed files with 10 additions and 10 deletions

View File

@@ -57,7 +57,7 @@ jobs:
- name: Update Go
uses: actions/setup-go@v5
with:
go-version: 1.22.8
go-version: 1.23.2
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with: