Skip to content
This repository has been archived by the owner on Dec 5, 2024. It is now read-only.

Commit

Permalink
Merge pull request #105 from ingrammicro/feature/1328-update-dependen…
Browse files Browse the repository at this point in the history
…cies

Update dependencies (Issue IMCO-1328)
  • Loading branch information
jrguerrero authored Aug 24, 2022
2 parents fff2c4a + 9602867 commit a1513fa
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions argo/argo-build-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ spec:
- name: test_path
value: .
- name: go-image
value: golang:1.18.3
value: golang:1.18.5
when: "{{workflow.parameters.skip_tests}} == false"

- name: sonar-branch-analysis
Expand Down Expand Up @@ -140,7 +140,7 @@ spec:
when: "('{{workflow.parameters.pull_request}}' =~ '^[0-9]+$')"

- name: goreleaser
dependencies: [go-build]
dependencies: [go-tests]
template: goreleaser
arguments:
artifacts:
Expand All @@ -152,7 +152,7 @@ spec:
inputs:
parameters:
- name: go-image
value: golang:1.18.3
value: golang:1.18.5
- name: notifiable_commits
- name: source_mountpath
value: /usr/src
Expand Down Expand Up @@ -236,7 +236,7 @@ spec:
inputs:
parameters:
- name: go-image
value: golang:1.18.3
value: golang:1.18.5
artifacts:
- name: src
path: "/src"
Expand Down

0 comments on commit a1513fa

Please sign in to comment.