Skip to content

Commit

Permalink
test out custom managers
Browse files Browse the repository at this point in the history
  • Loading branch information
mircea-pavel-anton committed Sep 18, 2024
1 parent 8aff97e commit c92bae9
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@ jobs:
golangci-lint:
uses: mirceanton/reusable-workflows/.github/workflows/reusable-go-lint.yaml@df1ea2563affc3e30cc8a5e4b4f75a495e5e89a3 # v3.4.4
secrets: inherit
with:
# renovate: datasource=golang-version depName=go
go-version: "1.22.3"

# renovate: datasource=docker depName=golangci/golangci-lint
golangci-version: "v1.61.0"

yamllint:
uses: mirceanton/reusable-workflows/.github/workflows/reusable-yamllint.yaml@df1ea2563affc3e30cc8a5e4b4f75a495e5e89a3 # v3.4.4
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,9 @@ jobs:
secrets: inherit
with:
dry-run: ${{ inputs.dry-run || github.event_name == 'pull_request' }}

# renovate: datasource=golang-version depName=go
go-version: "1.22.3"

# renovate: datasource=docker depName=goreleaser/goreleaser
goreleaser-version: "v2.3.1"

0 comments on commit c92bae9

Please sign in to comment.