Update Action with go1.24

Signed-off-by: Nicolas JUHEL <githubatcom@nabbar.com>
This commit is contained in:
Nicolas JUHEL
2025-03-28 16:04:37 +01:00
committed by GitHub
parent 3e31134d7a
commit bacf612c8a

View File

@@ -18,7 +18,7 @@ jobs:
- name: Set up Go 1.x
uses: actions/setup-go@v4
with:
go-version: '>=1.23.0'
go-version: '>=1.24.0'
- name: Check Go Version
run: go version