feat(build): upgrade Go from 1.22 to 1.23

This commit is contained in:
Quentin McGaw
2024-10-11 18:58:10 +00:00
parent abe9dcbe33
commit 81ffbaf057
3 changed files with 3 additions and 3 deletions

View File

@@ -76,7 +76,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: "^1.22"
go-version: "^1.23"
- uses: github/codeql-action/init@v3
with:
languages: go