chore(build): bump Go from 1.21 to 1.22

This commit is contained in:
Quentin McGaw
2024-03-25 15:58:13 +00:00
parent 2185f347ce
commit 3e79509c97
4 changed files with 5 additions and 4 deletions

View File

@@ -74,6 +74,9 @@ jobs:
security-events: write
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: "^1.22"
- uses: github/codeql-action/init@v3
with:
languages: go