Skip to content

Commit

Permalink
Setup correct go version
Browse files Browse the repository at this point in the history
  • Loading branch information
flori committed Apr 5, 2024
1 parent 5d8d9d1 commit 8ecc069
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Setup GO
uses: actions/setup-go@v5
with:
go-version: '1.21.7'
go-version: '1.22.2'

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
Expand Down

0 comments on commit 8ecc069

Please sign in to comment.