Skip to content

Commit

Permalink
updated pipeline golang version to 1.17.12
Browse files Browse the repository at this point in the history
  • Loading branch information
unmarshall committed Aug 1, 2022
1 parent 427e8c9 commit d09ccc6
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 @@ -27,11 +27,11 @@ dependency-watchdog:
build: ~
steps:
check:
image: 'golang:1.13.11'
image: 'golang:1.17.12'
test:
image: 'golang:1.13.11'
image: 'golang:1.17.12'
build:
image: 'golang:1.13.11'
image: 'golang:1.17.12'
output_dir: 'binary'

jobs:
Expand Down

0 comments on commit d09ccc6

Please sign in to comment.