Skip to content

Commit

Permalink
Merge pull request #13 from kubesimplify/fix-ci
Browse files Browse the repository at this point in the history
fix: ci by using ksctl-core `1.1.2`
  • Loading branch information
dipankardas011 authored Nov 16, 2023
2 parents 520acae + 57fd472 commit 7b1a0c5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 16 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/test-mock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,6 @@ jobs:
with:
go-version: 1.21.0

- name: Set up Docker
uses: crazy-max/ghaction-setup-docker@v2

- name: build ksctl
run: |
cd .\scripts
Expand Down Expand Up @@ -117,14 +114,6 @@ jobs:
run: |
.\ksctl.exe delete local -n demolocal -v -1 --approve
- name: uninstall
run: |
cd .\scripts
.\uninstall.ps1
cd C:\Users\runneradmin\AppData\Local\ksctl
.\ksctl.exe version
ksctl-cli-unix:
strategy:
matrix:
Expand All @@ -143,16 +132,12 @@ jobs:
with:
go-version: 1.21.0

- name: Set up Docker
uses: crazy-max/ghaction-setup-docker@v2

- name: build ksctl linux
if: ${{ matrix.os == 'ubuntu-latest' }}
run: |
make install_linux
ksctl version
- name: build ksctl macos
if: ${{ matrix.os == 'macos-latest' }}
run: |
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/kubesimplify/ksctl-cli
go 1.21.0

require (
github.com/kubesimplify/ksctl v1.1.1-rc3
github.com/kubesimplify/ksctl v1.1.2
github.com/spf13/cobra v1.7.0
)

Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -300,6 +300,8 @@ github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY=
github.com/kr/text v0.2.0/go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE=
github.com/kubesimplify/ksctl v1.1.1-rc3 h1:gyiIRjN6lHrT3OeeALhQcQxhqynNKNUrZ3WgY9+rEiI=
github.com/kubesimplify/ksctl v1.1.1-rc3/go.mod h1:SHBmKwRoc96XoPwMPOWxRz4FR4rUX2SJXKX6HODJ9Fw=
github.com/kubesimplify/ksctl v1.1.2 h1:sprnOgU++r+tHNNBPKNwdu7wINYCif4n8Im3cL9s73E=
github.com/kubesimplify/ksctl v1.1.2/go.mod h1:SHBmKwRoc96XoPwMPOWxRz4FR4rUX2SJXKX6HODJ9Fw=
github.com/kylelemons/godebug v1.1.0 h1:RPNrshWIDI6G2gRW9EHilWtl7Z6Sb1BR0xunSBf0SNc=
github.com/kylelemons/godebug v1.1.0/go.mod h1:9/0rRGxNHcop5bhtWyNeEfOS8JIWk580+fNqagV/RAw=
github.com/lann/builder v0.0.0-20180802200727-47ae307949d0 h1:SOEGU9fKiNWd/HOJuq6+3iTQz8KNCLtVX6idSoTLdUw=
Expand Down

0 comments on commit 7b1a0c5

Please sign in to comment.