Skip to content

Commit

Permalink
chore(deps): update golang docker tag to v1.23.2 in .gitlab-ci.yml (#95)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 2, 2024
1 parent 4110ba8 commit c12daf0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
# The README has a production example

scm-engine::evaluate::on-change:
image: ${CI_DEPENDENCY_PROXY_GROUP_IMAGE_PREFIX}/golang:1.23.1
image: ${CI_DEPENDENCY_PROXY_GROUP_IMAGE_PREFIX}/golang:1.23.2
rules:
- if: $CI_PIPELINE_SOURCE == 'merge_request_event'
script:
- go mod tidy
- go run ./cmd/scm-engine/ evaluate

scm-engine::evaluate::on-schedule:
image: ${CI_DEPENDENCY_PROXY_GROUP_IMAGE_PREFIX}/golang:1.23.1
image: ${CI_DEPENDENCY_PROXY_GROUP_IMAGE_PREFIX}/golang:1.23.2
rules:
- if: $CI_PIPELINE_SOURCE == "schedule"
script:
Expand Down

0 comments on commit c12daf0

Please sign in to comment.