Skip to content

Commit

Permalink
Merge pull request #133 from jingyuanliang/matrix
Browse files Browse the repository at this point in the history
Remove GO_VERSION test matrix
  • Loading branch information
k8s-ci-robot authored Feb 7, 2024
2 parents a311e53 + 97637fd commit 60f495f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/crossbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,10 @@ jobs:
crossbuild:
strategy:
matrix:
go-version: [ "1.20", "1.21", "1.22" ]
platform: [ "ubuntu-latest" ]
runs-on: ${{ matrix.platform }}
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Build containers
run: make all-container GO_VERSION=${{ matrix.go-version }}
run: make all-container
3 changes: 1 addition & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,10 @@ jobs:
test:
strategy:
matrix:
go-version: [ "1.21", "1.22" ]
platform: [ "ubuntu-latest" ]
runs-on: ${{ matrix.platform }}
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Test
run: make test GOFLAGS="-v" GO_VERSION=${{ matrix.go-version }}
run: make test GOFLAGS="-v"

0 comments on commit 60f495f

Please sign in to comment.