Skip to content

Commit 2a524de

Browse files
committed
remove hardcoded versions
1 parent 462f040 commit 2a524de

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/release-api.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@ jobs:
7676
git remote -v
7777
7878
# Pin dependencies: kyaml, cmd/config
79-
gorepomod pin kyaml v0.17.0 --local --doIt
80-
gorepomod pin cmd/config v0.14.0 --local --doIt
79+
gorepomod pin kyaml --local --doIt
80+
gorepomod pin cmd/config --local --doIt
8181
- name: Build api
8282
run: |
8383
make build-kustomize-api

.github/workflows/release-cmd-config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
git remote -v
8080
8181
# Pin dependencies: kyaml
82-
gorepomod pin kyaml v0.17.0 --local --doIt
82+
gorepomod pin kyaml --local --doIt
8383
- name: Build test
8484
run: |
8585
make build-kustomize-api

.github/workflows/release-kustomize.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,9 @@ jobs:
8282
git remote -v
8383
8484
# Pin dependencies: kyaml, cmd/config, api
85-
gorepomod pin kyaml v0.17.0 --local --doIt
86-
gorepomod pin cmd/config v0.14.0 --local --doIt
87-
gorepomod pin api v0.17.1 --local --doIt
85+
gorepomod pin kyaml --local --doIt
86+
gorepomod pin cmd/config --local --doIt
87+
gorepomod pin api --local --doIt
8888
- name: Build test
8989
run: |
9090
make build-kustomize-api

0 commit comments

Comments
 (0)