Skip to content

Commit 59f4375

Browse files
committed
simplify codeql workflow
Use of `toolchain` directive in daemon's go.mod obsoletes setup-go step: daemon build will use version of go toolchain requested in `toolchain` directive.
1 parent 38ec7b6 commit 59f4375

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/codeql.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,6 @@ jobs:
3636
- name: Checkout repository
3737
uses: actions/checkout@v4
3838

39-
- name: Setup go
40-
if: ${{ matrix.language == 'go' }}
41-
uses: actions/setup-go@v5
42-
with:
43-
go-version-file: './daemon/go.mod'
44-
4539
# Initializes the CodeQL tools for scanning.
4640
- name: Initialize CodeQL
4741
uses: github/codeql-action/init@v3

0 commit comments

Comments
 (0)