Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: turbine-kreuzberg/overhere
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 231fc8aec21300139d7bf78161c164c9fbc4f2a4
Choose a base ref
..
head repository: turbine-kreuzberg/overhere
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 03e25d5c3ddeb52d352daee6d19de610921e0c16
Choose a head ref
Showing with 1 addition and 1 deletion.
  1. +1 −1 .github/workflows/check.yml
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
@@ -10,7 +10,7 @@ jobs:
- name: Checkout git repo
uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # renovate: tag=v2
- name: Lint go code with golangci-lint
uses: golangci/golangci-lint-action@23faadfdeb23a6f9e511beaba149bb123b5b145a # v6
uses: golangci/golangci-lint-action@a4f60bb28d35aeee14e6880718e0c85ff1882e64 # v6
with:
# Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version.
version: v1.44.1