Skip to content

Commit 4c6fb41

Browse files
authored
Merge pull request #391 from maratori/dependabot/docker/golang-1.26.0
Bump golang from 1.25.7 to 1.26.0
2 parents b04a218 + 6f48c8d commit 4c6fb41

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.github/latest-deps/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/maratori/testpackage
22

3-
go 1.25
3+
go 1.26
44

55
require golang.org/x/tools v0.42.0
66

.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@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2929
- uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.0.2
3030
with:
31-
go-version: "1.25.7" # update together with dev.dockerfile
31+
go-version: "1.26.0" # 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@c0afd6f790e3a5564914980036ebf83216678101 # v3.23
@@ -43,7 +43,7 @@ jobs:
4343
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
4444
- uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.0.2
4545
with:
46-
go-version: "1.25.7" # update together with dev.dockerfile
46+
go-version: "1.26.0" # update together with dev.dockerfile
4747
- run: make test-latest-deps
4848

4949
test22:
@@ -62,7 +62,7 @@ jobs:
6262
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
6363
- uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.0.2
6464
with:
65-
go-version: "1.25.7" # update together with dev.dockerfile
65+
go-version: "1.26.0" # update together with dev.dockerfile
6666
- uses: golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20 # v9.2.0
6767
with:
6868
version: "v2.9.0" # update together with dev.dockerfile
@@ -73,7 +73,7 @@ jobs:
7373
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
7474
- uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.0.2
7575
with:
76-
go-version: "1.25.7" # update together with dev.dockerfile
76+
go-version: "1.26.0" # update together with dev.dockerfile
7777
- run: make apply-latest-deps
7878
- uses: golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20 # v9.2.0
7979
with:
@@ -86,7 +86,7 @@ jobs:
8686
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
8787
- uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.0.2
8888
with:
89-
go-version: "1.25.7" # update together with dev.dockerfile
89+
go-version: "1.26.0" # update together with dev.dockerfile
9090
- run: make check-tidy
9191

9292
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.7 AS go
2+
FROM golang:1.26.0 AS go
33

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

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/maratori/testpackage
22

3-
go 1.22.0 // minimal supported version 1.22, tested all versions up to 1.25
3+
go 1.22.0 // minimal supported version 1.22, tested all versions up to 1.26
44

55
require golang.org/x/tools v0.26.0
66

0 commit comments

Comments
 (0)