Skip to content

Commit

Permalink
Force later go version
Browse files Browse the repository at this point in the history
  • Loading branch information
pgmitche committed Jan 30, 2024
1 parent 446c988 commit 0e8c553
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 @@ -50,6 +50,11 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4

- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.21'

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

0 comments on commit 0e8c553

Please sign in to comment.