diff --git a/CHANGELOG.md b/CHANGELOG.md index d2476cc..b86d005 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,8 @@ listed in the changelog. ## [Unreleased] +## [0.3.0] - 2023-11-21 + ### Changed - Update Go from 1.18 to 1.20, and `golangci-lint` and `go-junit-report` to latest versions ([#6](https://github.com/opendevstack/ods-pipeline-go/pull/6)) diff --git a/tasks/build.yaml b/tasks/build.yaml index 5a887b9..aa3ba13 100644 --- a/tasks/build.yaml +++ b/tasks/build.yaml @@ -8,7 +8,7 @@ spec: description: | Builds Go applications. - See https://github.com/opendevstack/ods-pipeline-go/blob/vlatest/docs/build.adoc + See https://github.com/opendevstack/ods-pipeline-go/blob/v0.3.0/docs/build.adoc params: - name: working-dir description: | @@ -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:latest' + image: 'ghcr.io/opendevstack/ods-pipeline-go/go-toolset:0.3.0' env: - name: HOME value: '/tekton/home' diff --git a/version b/version index a0f9a4b..0d91a54 100644 --- a/version +++ b/version @@ -1 +1 @@ -latest +0.3.0