Skip to content

Commit a4e4f38

Browse files
authored
Merge pull request #355 from maratori/dependabot/docker/golang-1.25.4
Bump golang from 1.25.3 to 1.25.4
2 parents 7865be1 + 63142ce commit a4e4f38

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/ci.yaml

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.3" # update together with dev.dockerfile
31+
go-version: "1.25.4" # 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.3" # update together with dev.dockerfile
46+
go-version: "1.25.4" # 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.3" # update together with dev.dockerfile
55+
go-version: "1.25.4" # 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.3" # update together with dev.dockerfile
66+
go-version: "1.25.4" # update together with dev.dockerfile
6767
- run: make apply-latest-deps
6868
- uses: golangci/golangci-lint-action@v8
6969
with:
@@ -76,7 +76,7 @@ jobs:
7676
- uses: actions/checkout@v5
7777
- uses: actions/setup-go@v6
7878
with:
79-
go-version: "1.25.3" # update together with dev.dockerfile
79+
go-version: "1.25.4" # update together with dev.dockerfile
8080
- run: make check-tidy
8181

8282
typos:

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.3 AS go
2+
FROM golang:1.25.4 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)