Skip to content

Commit

Permalink
Convert to standard go dependency bumper
Browse files Browse the repository at this point in the history
[#180054765] TAS-138 Add Golang autobumping and dependency autobumping to our Go repos
  • Loading branch information
ystros authored and CI committed Oct 30, 2021
1 parent 5d85285 commit cabff00
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 37 deletions.
2 changes: 1 addition & 1 deletion ci/docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1
FROM bosh/golang-release

RUN \
apt-get update \
Expand Down
12 changes: 11 additions & 1 deletion ci/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,13 @@ jobs:
- get: weekly
trigger: true
- get: bosh-cli
- get: golang-release
- task: bump-deps
file: bosh-cli/ci/tasks/bump-deps.yml
file: golang-release/ci/tasks/shared/bump-deps.yml
input_mapping:
input_repo: bosh-cli
output_mapping:
output_repo: bumped-bosh-cli
- task: test-unit
input_mapping:
bosh-cli: bumped-bosh-cli
Expand Down Expand Up @@ -267,6 +272,11 @@ resources:
branch: main
context: ci/published

- name: golang-release
type: git
source:
uri: https://github.com/bosh-packages/golang-release.git

- name: release-bucket-linux
type: s3
source:
Expand Down
19 changes: 0 additions & 19 deletions ci/tasks/bump-deps.sh

This file was deleted.

16 changes: 0 additions & 16 deletions ci/tasks/bump-deps.yml

This file was deleted.

0 comments on commit cabff00

Please sign in to comment.