Skip to content

Commit

Permalink
Update dependency go to v1.23.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 3, 2024
1 parent 1a5d422 commit b098daa
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5
with:
go-version: '1.23.3' # renovate: datasource=golang-version depName=go
go-version: '1.23.4' # renovate: datasource=golang-version depName=go
cache: false
- name: golangci-lint
uses: golangci/golangci-lint-action@971e284b6050e8a5849b72094c50ab08da042db8 # v6
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5
with:
go-version: '1.23.3' # renovate: datasource=golang-version depName=go
go-version: '1.23.4' # renovate: datasource=golang-version depName=go
- name: install latest docker
run: |
wget --output-document=docker-ce.asc https://download.docker.com/linux/ubuntu/gpg
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ jobs:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5
with:
go-version: '1.23.3' # renovate: datasource=golang-version depName=go
go-version: '1.23.4' # renovate: datasource=golang-version depName=go
- run: go version
- run: go test $(go list ./... | grep -v "/test/e2e")
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/utopia-planitia/k8s-gitlab-gc

go 1.22.3

toolchain go1.23.3
toolchain go1.23.4

require (
github.com/docker/docker v27.3.1+incompatible
Expand Down

0 comments on commit b098daa

Please sign in to comment.