Skip to content

Commit 4e9cbe9

Browse files
committed
update CI env vars
1 parent 7f0d036 commit 4e9cbe9

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@ on:
1010
schedule:
1111
- cron: '0 15 * * 4'
1212

13+
# ensure testing on actual specified versions, and not auto-upgraded toolchain
14+
# versions
15+
env:
16+
GOTOOLCHAIN: local
17+
1318
jobs:
1419
analyse:
1520
name: Analyse

.github/workflows/unit-tests.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ on:
77
branches: [master]
88
workflow_dispatch:
99
branches: [master]
10+
11+
# ensure testing on actual specified versions, and not auto-upgraded toolchain
12+
# versions
13+
env:
14+
GOTOOLCHAIN: local
15+
1016
jobs:
1117
build:
1218
name: Build

0 commit comments

Comments
 (0)