1 parent fb38d6c commit 5e17e5bCopy full SHA for 5e17e5b
1 file changed
.github/workflows/ci.yml
@@ -48,7 +48,6 @@ jobs:
48
strategy:
49
matrix:
50
os: [ubuntu-latest, macos-latest]
51
- go: ['1.21', '1.22']
52
runs-on: ${{ matrix.os }}
53
54
steps:
@@ -63,13 +62,13 @@ jobs:
63
62
- name: Set up Go
64
uses: actions/setup-go@v5
65
with:
66
- go-version: ${{ matrix.go }}
+ go-version: '1.21'
67
68
- name: Build
69
run: go build -v -o kubectl-rebalance ./cmd/kubectl-rebalance
70
71
- name: Upload artifact
72
uses: actions/upload-artifact@v4
73
74
- name: kubectl-rebalance-${{ matrix.os }}-go${{ matrix.go }}
+ name: kubectl-rebalance-${{ matrix.os }}
75
path: kubectl-rebalance
0 commit comments