chore(deps): go 1.24

This commit is contained in:
Trong Huu Nguyen
2025-02-26 08:30:21 +01:00
parent 73eb7b82d6
commit 7a52fc1ffa
5 changed files with 5 additions and 5 deletions

View File

@@ -38,7 +38,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v5.3.0
with:
go-version: '1.23'
go-version: '1.24'
check-latest: true
# Initializes the CodeQL tools for scanning.