Skip to content

Commit

Permalink
Update golangci-lint image to v1.55.0
Browse files Browse the repository at this point in the history
The latest version of golangci-lint image failed
to pull so updating golangci-lint image to stable version

Signed-off-by: Savita Ashture <sashture@redhat.com>
  • Loading branch information
savitaashture committed Oct 26, 2023
1 parent fd81e93 commit 9699864
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .tekton/go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ spec:
./codecov -P $GITHUB_PULL_REQUEST_ID -C {{revision}}
- name: lint
# golangci-lint has not tagged their image for 1.40.0 yet so using latest for now until we can pin it
image: mirror.gcr.io/golangci/golangci-lint:latest
image: mirror.gcr.io/golangci/golangci-lint:v1.55.0
workingDir: $(workspaces.source.path)
env:
- name: GOCACHE
Expand Down
5 changes: 4 additions & 1 deletion docs/content/docs/guide/running.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,10 @@ roses are red, violets are blue. pipeline are bound to flake by design.
/test <pipelinerun-name>
```

For push requests, GitOps commands will be executed on commits like below (only `GitHub` provider is supported)
To add GitOps comments to a push request, go to your repository, click on **commits**,
then open any of the **Commit**, and click on the line number to add a GitOps comment
like the one shown below.
Please note that this feature is supported for the GitHub provider only.

![GitOps Commits For Comments](/images/gitops-comments-on-commit.png)

Expand Down
Binary file modified docs/static/images/gitops-comments-on-commit.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 9699864

Please sign in to comment.