Skip to content

Commit

Permalink
Bump golang from 1.23.5 to 1.23.6 (#101)
Browse files Browse the repository at this point in the history
* Bump golang from 1.23.5 to 1.23.6

Bumps golang from 1.23.5 to 1.23.6.

---
updated-dependencies:
- dependency-name: golang
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* Update ci.yml

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Marat Reymers <[email protected]>
  • Loading branch information
dependabot[bot] and maratori authored Feb 5, 2025
1 parent dd9936d commit bcb4a98
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- uses: actions/[email protected]
- uses: actions/[email protected]
with:
go-version: "1.23.5" # update together with dev.dockerfile
go-version: "1.23.6" # update together with dev.dockerfile
- name: Debug with tmate SSH if enabled
if: ${{ github.event_name == 'workflow_dispatch' && inputs.debug_ssh }}
uses: mxschmitt/[email protected]
Expand All @@ -45,7 +45,7 @@ jobs:
- uses: actions/[email protected]
- uses: actions/[email protected]
with:
go-version: "1.23.5" # update together with dev.dockerfile
go-version: "1.23.6" # update together with dev.dockerfile
- run: make test-latest-deps

test22:
Expand All @@ -64,7 +64,7 @@ jobs:
- uses: actions/[email protected]
- uses: actions/[email protected]
with:
go-version: "1.23.5" # update together with dev.dockerfile
go-version: "1.23.6" # update together with dev.dockerfile
- uses: golangci/[email protected]
with:
version: "v1.63.4" # update together with dev.dockerfile
Expand All @@ -76,5 +76,5 @@ jobs:
- uses: actions/[email protected]
- uses: actions/[email protected]
with:
go-version: "1.23.5" # update together with dev.dockerfile
go-version: "1.23.6" # update together with dev.dockerfile
- run: make check-tidy
2 changes: 1 addition & 1 deletion dev.dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# update together with .github/workflows/ci.yml
FROM golang:1.23.5 AS go
FROM golang:1.23.6 AS go

# update together with .github/workflows/ci.yml
FROM golangci/golangci-lint:v1.63.4 AS linter
Expand Down

0 comments on commit bcb4a98

Please sign in to comment.