Skip to content

Commit

Permalink
set go version to latest in codeQL (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
gerardsn authored Oct 13, 2023
1 parent 6cfb614 commit a7e732a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,11 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4

- name: Use latest Go version
uses: actions/setup-go@v4
with:
go-version: 'stable'

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
Expand Down

0 comments on commit a7e732a

Please sign in to comment.