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 00479a0 commit c25428d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,17 @@ on:
branches:
- master

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

jobs:
build:
name: Build
strategy:
matrix:
goVer: ["1.13.x", "1.21.x"]
goVer: ["1.13.x", "1.22.x"]
platform: [ubuntu-latest]
runs-on: ${{ matrix.platform }}
steps:
Expand Down

0 comments on commit c25428d

Please sign in to comment.