Skip to content

Commit

Permalink
Change Github Action to use 1.18 go env
Browse files Browse the repository at this point in the history
Check if this helps with CodeQL action issues
  • Loading branch information
DerAndereAndi committed Feb 15, 2024
1 parent 9715ac6 commit 5e8d33b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: ^1.21
go-version: ^1.18

- name: Build
run: go build -v ./...
Expand Down

0 comments on commit 5e8d33b

Please sign in to comment.