Skip to content

Commit

Permalink
updated concourse-go image to 1.16
Browse files Browse the repository at this point in the history
  • Loading branch information
xiujiao committed Feb 14, 2022
1 parent 05f9142 commit df943d5
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions ci/tasks/cats/task.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ image_resource:
type: docker-image
source:
repository: starkandwayne/concourse-go
tag: '1.14'
tag: '1.16'

inputs:
- name: git
Expand Down Expand Up @@ -35,4 +35,4 @@ params:
RUN_CATS: nul
CREDHUB_URL: ((bosh.credhub_url))
CREDHUB_USER: ((bosh.credhub_username))
CREDHUB_PASSWORD: ((bosh.credhub_password))
CREDHUB_PASSWORD: ((bosh.credhub_password))
2 changes: 1 addition & 1 deletion ci/tasks/get-latest-cf-deployment/task.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ image_resource:
type: docker-image
source:
repository: starkandwayne/concourse-go
tag: '1.14'
tag: '1.16'

inputs:
- name: git-ci
Expand Down
4 changes: 2 additions & 2 deletions ci/tasks/spec-tests/task.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ image_resource:
type: docker-image
source:
repository: starkandwayne/concourse-go
tag: '1.14'
tag: '1.16'

inputs:
- name: git
- name: git-ci

run:
path: git-ci/ci/tasks/spec-tests/task
path: git-ci/ci/tasks/spec-tests/task
2 changes: 1 addition & 1 deletion spec/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/genesis-community/cf-genesis-kit/spec

go 1.14
go 1.16

require (
github.com/alecthomas/participle v0.4.4 // indirect
Expand Down

0 comments on commit df943d5

Please sign in to comment.