Skip to content

Commit

Permalink
Update actions to go v1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
maruina committed Nov 25, 2023
1 parent 254860c commit 990ab60
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/code-quality.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: ^1.17
go-version: ^1.21

- name: Initialize CodeQL
uses: github/codeql-action/init@v2
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
env:
IMG: skyscanner/kms-issuer:dev
CERT_MANAGER_VERSION: v1.8.0
CERT_MANAGER_VERSION: v1.13.2
steps:
- uses: actions/checkout@v3.1.0

Expand Down Expand Up @@ -77,7 +77,7 @@ jobs:

- name: Apply Certificate from sample
run: kubectl apply -f ./config/samples/certificate.yaml
- name: Wait for Certificate to be ready
- name: Wait for Certificate to be ready
run: kubectl wait --for=condition=Ready certificate.cert-manager.io/example-com

- name: Delete certificate
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/helm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
env:
IMG: skyscanner/kms-issuer:dev
CERT_MANAGER_VERSION: v1.8.0
CERT_MANAGER_VERSION: v1.13.2

steps:
- name: Checkout
Expand All @@ -23,7 +23,7 @@ jobs:

- uses: actions/setup-go@v3
with:
go-version: 1.17
go-version: ^1.21

- name: Set up Helm
uses: azure/setup-helm@v3.5
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

- uses: actions/setup-go@v2
with:
go-version: ^1.17
go-version: ^1.21

- name: Test
run: make test
Expand Down

0 comments on commit 990ab60

Please sign in to comment.