Skip to content

Commit

Permalink
fix: Remove unnecessary go in matrix
Browse files Browse the repository at this point in the history
CI is getting the go version from go.mod, and there
is no reference for matrix.go.  Therefore we can
conclude that this is not being used.

The annoying part with this is when upgrading the go
version, the job will be a different name, and someone
needs to manually go to the protected rule for the main
branch and update what's the name of the tests
  • Loading branch information
derrix060 committed Aug 19, 2024
1 parent 9c23832 commit d65d4b4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/juno-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ jobs:
strategy:
fail-fast: false
matrix:
go: ["1.23.0"]
os: [ubuntu-latest, macos-latest, ubuntu-arm64-2-core]
runs-on: ${{ matrix.os }}
env:
Expand Down

0 comments on commit d65d4b4

Please sign in to comment.