Skip to content

Commit

Permalink
fix(codeql) update go version
Browse files Browse the repository at this point in the history
  • Loading branch information
kengou committed Aug 7, 2024
1 parent 6b3af19 commit b6aeb4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
# Use only 'javascript-typescript' to analyze code written in JavaScript, TypeScript or both
# Learn more about CodeQL language support at https://aka.ms/codeql-docs/language-support
# node-version: [ node ]
go-version: [ '1.21' ]
go-version: [ '1.22' ]

steps:
- name: Checkout repository
Expand Down

0 comments on commit b6aeb4e

Please sign in to comment.