We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f0d036 commit 4e9cbe9Copy full SHA for 4e9cbe9
.github/workflows/codeql-analysis.yml
@@ -10,6 +10,11 @@ on:
10
schedule:
11
- cron: '0 15 * * 4'
12
13
+# ensure testing on actual specified versions, and not auto-upgraded toolchain
14
+# versions
15
+env:
16
+ GOTOOLCHAIN: local
17
+
18
jobs:
19
analyse:
20
name: Analyse
.github/workflows/unit-tests.yml
@@ -7,6 +7,12 @@ on:
7
branches: [master]
8
workflow_dispatch:
9
build:
name: Build
0 commit comments