Skip to content

Commit

Permalink
%s/v1.20/"v1.20"/g
Browse files Browse the repository at this point in the history
Signed-off-by: Rudraksh Pareek <[email protected]>
  • Loading branch information
DelusionalOptimist committed May 29, 2023
1 parent a8b90b0 commit afdfe9a
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 15 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci-controllers-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
steps:
- uses: actions/setup-go@v3
with:
go-version: v1.20
go-version: "v1.20"

- uses: actions/checkout@v3

Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:
steps:
- uses: actions/setup-go@v3
with:
go-version: v1.20
go-version: "v1.20"

- uses: actions/checkout@v3

Expand Down Expand Up @@ -111,7 +111,7 @@ jobs:
steps:
- uses: actions/setup-go@v3
with:
go-version: v1.20
go-version: "v1.20"

- uses: actions/checkout@v3

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-latest-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:

- uses: actions/setup-go@v3
with:
go-version: v1.20
go-version: "v1.20"

- name: Install the latest LLVM toolchain
run: ./.github/workflows/install-llvm.sh
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-systemd-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

- uses: actions/setup-go@v3
with:
go-version: v1.20
go-version: "v1.20"

- name: Install the latest LLVM toolchain
run: ./.github/workflows/install-llvm.sh
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/ci-test-controllers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
steps:
- uses: actions/setup-go@v3
with:
go-version: v1.20
go-version: "v1.20"

- uses: actions/checkout@v3

Expand All @@ -66,7 +66,7 @@ jobs:
steps:
- uses: actions/setup-go@v3
with:
go-version: v1.20
go-version: "v1.20"

- uses: actions/checkout@v3

Expand All @@ -85,7 +85,7 @@ jobs:
steps:
- uses: actions/setup-go@v3
with:
go-version: v1.20
go-version: "v1.20"

- uses: actions/checkout@v3

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci-test-ginkgo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:

- uses: actions/setup-go@v3
with:
go-version: v1.20
go-version: "v1.20"

- name: Install the latest LLVM toolchain
run: ./.github/workflows/install-llvm.sh
Expand Down Expand Up @@ -104,4 +104,4 @@ jobs:
- uses: codecov/codecov-action@v3
if: ${{ always() }}
with:
files: ./KubeArmor/gover.coverprofile
files: ./KubeArmor/gover.coverprofile
8 changes: 4 additions & 4 deletions .github/workflows/ci-test-go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

- uses: actions/setup-go@v3
with:
go-version: v1.20
go-version: "v1.20"

- name: Check gofmt
run: make gofmt
Expand All @@ -27,7 +27,7 @@ jobs:

- uses: actions/setup-go@v3
with:
go-version: v1.20
go-version: "v1.20"

- name: Run Revive Action on KubeArmor
uses: morphy2k/revive-action@v2
Expand All @@ -41,7 +41,7 @@ jobs:

- uses: actions/setup-go@v3
with:
go-version: v1.20
go-version: "v1.20"

- name: Run Revive Action on KubeArmor tests
uses: morphy2k/revive-action@v2
Expand All @@ -55,7 +55,7 @@ jobs:

- uses: actions/setup-go@v3
with:
go-version: v1.20
go-version: "v1.20"

- name: Run Gosec Security Scanner
run: make gosec
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-test-systemd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

- uses: actions/setup-go@v3
with:
go-version: v1.20
go-version: "v1.20"

- name: Install the latest LLVM toolchain
run: ./.github/workflows/install-llvm.sh
Expand Down

0 comments on commit afdfe9a

Please sign in to comment.