Skip to content

Commit

Permalink
fix(ci): bump go to 1.20 and fix namespace name ref
Browse files Browse the repository at this point in the history
  • Loading branch information
leonsteinhaeuser committed Aug 16, 2023
1 parent f31d2c8 commit b25a14f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ on:
- "!dependabot/**"

env:
go_version: 1.19
go_version: '1.20'
artifact_name: passbolt-operator
artifact_bin_name: kubebuilder
IMG: tagesspiegel/passbolt-operator:dev
Expand Down Expand Up @@ -214,7 +214,7 @@ jobs:
- build-temp-image
- prepare-bin
env:
KUBERNETES_NAMESPACE: kubernetes-passbolt-operator-system
KUBERNETES_NAMESPACE: passbolt-operator-system
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit b25a14f

Please sign in to comment.