Skip to content

Commit

Permalink
fix(CI): codeQL go version
Browse files Browse the repository at this point in the history
  • Loading branch information
iwaltgen committed Feb 7, 2024
1 parent 751653c commit c35e423
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/code-ql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version-file: go.mod

- uses: github/codeql-action/init@v3
with:
languages: go
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/iwaltgen/magex

go 1.22.0
go 1.22

require (
github.com/Masterminds/semver v1.5.0
Expand Down
2 changes: 1 addition & 1 deletion go.work
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
go 1.22.0
go 1.22

use .

0 comments on commit c35e423

Please sign in to comment.