Skip to content

Commit

Permalink
fix pipeline go version
Browse files Browse the repository at this point in the history
  • Loading branch information
rishabh-11 committed Apr 22, 2024
1 parent 9bd3229 commit 1ab7da2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .ci/pipeline_definitions
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ dependency-watchdog:
dockerfile: 'Dockerfile'
steps:
check:
image: 'golang:1.22.6'
image: 'golang:1.22.2'
test-unit:
image: 'golang:1.22.6'
image: 'golang:1.22.2'
build:
image: 'golang:1.22.6'
image: 'golang:1.22.2'
output_dir: 'binary'
jobs:
head-update:
Expand Down

0 comments on commit 1ab7da2

Please sign in to comment.