Skip to content

Commit

Permalink
Set version back to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelsauter committed Oct 9, 2023
1 parent 1c259f4 commit a0dda4b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions tasks/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ spec:
description: |
Builds Go applications.
See https://github.com/opendevstack/ods-pipeline-go/blob/v0.2.0/docs/build.adoc
See https://github.com/opendevstack/ods-pipeline-go/blob/vlatest/docs/build.adoc
params:
- name: working-dir
description: |
Expand Down Expand Up @@ -67,7 +67,7 @@ spec:
steps:
- name: go-build
# Image is built from build/images/Dockerfile.go-toolset.
image: 'ghcr.io/opendevstack/ods-pipeline-go/go-toolset:0.2.0'
image: 'ghcr.io/opendevstack/ods-pipeline-go/go-toolset:latest'
env:
- name: HOME
value: '/tekton/home'
Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.0
latest

0 comments on commit a0dda4b

Please sign in to comment.