Skip to content

Commit 408f9c6

Browse files
Bump golang from 1.25.2 to 1.25.3 (#176)
* Bump golang from 1.25.2 to 1.25.3 Bumps golang from 1.25.2 to 1.25.3. --- updated-dependencies: - dependency-name: golang dependency-version: 1.25.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Update ci.yml --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Marat Reimers <16486128+maratori@users.noreply.github.com>
1 parent ba1c27f commit 408f9c6

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- uses: actions/checkout@v5
2929
- uses: actions/setup-go@v6
3030
with:
31-
go-version: "1.25.2" # update together with dev.dockerfile
31+
go-version: "1.25.3" # update together with dev.dockerfile
3232
- name: Debug with tmate SSH if enabled
3333
if: ${{ github.event_name == 'workflow_dispatch' && inputs.debug_ssh }}
3434
uses: mxschmitt/action-tmate@v3
@@ -43,7 +43,7 @@ jobs:
4343
- uses: actions/checkout@v5
4444
- uses: actions/setup-go@v6
4545
with:
46-
go-version: "1.25.2" # update together with dev.dockerfile
46+
go-version: "1.25.3" # update together with dev.dockerfile
4747
- run: make test-latest-deps
4848

4949
lint:
@@ -52,7 +52,7 @@ jobs:
5252
- uses: actions/checkout@v5
5353
- uses: actions/setup-go@v6
5454
with:
55-
go-version: "1.25.2" # update together with dev.dockerfile
55+
go-version: "1.25.3" # update together with dev.dockerfile
5656
- uses: golangci/golangci-lint-action@v8
5757
with:
5858
version: "v2.5.0" # update together with dev.dockerfile
@@ -63,7 +63,7 @@ jobs:
6363
- uses: actions/checkout@v5
6464
- uses: actions/setup-go@v6
6565
with:
66-
go-version: "1.25.2" # update together with dev.dockerfile
66+
go-version: "1.25.3" # update together with dev.dockerfile
6767
- run: make apply-latest-deps
6868
- uses: golangci/golangci-lint-action@v8
6969
with:
@@ -76,5 +76,5 @@ jobs:
7676
- uses: actions/checkout@v5
7777
- uses: actions/setup-go@v6
7878
with:
79-
go-version: "1.25.2" # update together with dev.dockerfile
79+
go-version: "1.25.3" # update together with dev.dockerfile
8080
- run: make check-tidy

dev.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# update together with .github/workflows/ci.yml
2-
FROM golang:1.25.2 AS go
2+
FROM golang:1.25.3 AS go
33

44
# update together with .github/workflows/ci.yml
55
FROM golangci/golangci-lint:v2.5.0 AS linter

0 commit comments

Comments
 (0)