Skip to content

Commit 41ec41d

Browse files
testing
1 parent c8a1a96 commit 41ec41d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/codeql.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,13 @@ jobs:
4848
languages: go
4949
build-mode: manual
5050

51+
- name: Install Taskfile support
52+
uses: arduino/setup-task@v2
53+
5154
- name: Build (CodeQL-instrumented)
5255
shell: bash
5356
env:
5457
GOTOOLCHAIN: local
55-
GOWORK: off
5658
GO_VERSIONS: "1.19"
5759
COMPILECHECK_USE_DOCKER: "0"
5860
run: |

0 commit comments

Comments
 (0)