Skip to content

Commit

Permalink
Bump golang from 1.23.2 to 1.23.3 (#1)
Browse files Browse the repository at this point in the history
* Bump golang from 1.23.2 to 1.23.3

Bumps golang from 1.23.2 to 1.23.3.

---
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 Nov 7, 2024
1 parent 7eaaa63 commit 0737500
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 @@ -25,7 +25,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: "1.23.2" # update together with dev.dockerfile
go-version: "1.23.3" # update together with dev.dockerfile
- name: Debug with tmate SSH if enabled
if: ${{ github.event_name == 'workflow_dispatch' && inputs.debug_ssh }}
uses: mxschmitt/action-tmate@v3
Expand All @@ -40,7 +40,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: "1.23.2" # update together with dev.dockerfile
go-version: "1.23.3" # update together with dev.dockerfile
- run: make test-latest-deps

test22:
Expand All @@ -59,7 +59,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: "1.23.2" # update together with dev.dockerfile
go-version: "1.23.3" # update together with dev.dockerfile
- uses: golangci/golangci-lint-action@v6
with:
version: "v1.61.0" # update together with dev.dockerfile
Expand All @@ -71,5 +71,5 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: "1.23.2" # update together with dev.dockerfile
go-version: "1.23.3" # 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.2 AS go
FROM golang:1.23.3 AS go

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

0 comments on commit 0737500

Please sign in to comment.