Skip to content

Commit

Permalink
build: use latest stable Go for CodeQL
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdecaf committed Feb 7, 2024
1 parent fa4126b commit 158306b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/codeql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3

- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: stable
id: go

- name: Initialize CodeQL
uses: github/codeql-action/init@v2
with:
Expand Down

0 comments on commit 158306b

Please sign in to comment.