Skip to content

Commit

Permalink
update CI env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
dropwhile committed Aug 14, 2024
1 parent 465c822 commit ca72b9e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ on:
schedule:
- cron: '40 1 * * 2'

# ensure testing on actual specified versions, and not auto-upgraded toolchain
# versions
env:
GOTOOLCHAIN: local

jobs:
analyse:
name: Analyse
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ on:
pull_request:
branches: [main]

# ensure testing on actual specified versions, and not auto-upgraded toolchain
# versions
env:
GOTOOLCHAIN: local

jobs:
build:
name: Build
Expand Down

0 comments on commit ca72b9e

Please sign in to comment.