Skip to content

Commit

Permalink
deps(container): update golang docker tag ( 1.22.3 → 1.23.1 )
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-borboto[bot] authored Sep 19, 2024
1 parent 3743196 commit f53f614
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: mirceanton/reusable-workflows/.github/workflows/reusable-go-lint.yaml@b15f79125a97349d2f1043d1556d6e3cebae2227 # v3.4.5
secrets: inherit
with:
go-version: "1.22.3" # renovate: depName=golang datasource=docker
go-version: "1.23.1" # renovate: depName=golang datasource=docker
golangci-version: "v1.61.0" # renovate: depName=golangci/golangci-lint datasource=docker

yamllint:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@ jobs:
secrets: inherit
with:
dry-run: ${{ inputs.dry-run || github.event_name == 'pull_request' }}
go-version: "1.22.3" # renovate: depName=golang datasource=docker
go-version: "1.23.1" # renovate: depName=golang datasource=docker
goreleaser-version: "v2.3.0" # renovate: depName=goreleaser/goreleaser datasource=docker

0 comments on commit f53f614

Please sign in to comment.