Skip to content

Commit 00a4839

Browse files
Bump golang from 1.26.2 to 1.26.3 (#216)
* Bump golang from 1.26.2 to 1.26.3 Bumps golang from 1.26.2 to 1.26.3. --- updated-dependencies: - dependency-name: golang dependency-version: 1.26.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Update Go version to 1.26.3 in CI workflow --------- 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 533b7a9 commit 00a4839

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.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@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2929
- uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
3030
with:
31-
go-version: "1.26.2" # update together with dev.dockerfile
31+
go-version: "1.26.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@c0afd6f790e3a5564914980036ebf83216678101 # v3.23
@@ -43,7 +43,7 @@ jobs:
4343
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
4444
- uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
4545
with:
46-
go-version: "1.26.2" # update together with dev.dockerfile
46+
go-version: "1.26.3" # 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@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
6464
with:
65-
go-version: "1.26.2" # update together with dev.dockerfile
65+
go-version: "1.26.3" # update together with dev.dockerfile
6666
- uses: golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20 # v9.2.0
6767
with:
6868
version: "v2.12.2" # update together with dev.dockerfile
@@ -73,7 +73,7 @@ jobs:
7373
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
7474
- uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
7575
with:
76-
go-version: "1.26.2" # update together with dev.dockerfile
76+
go-version: "1.26.3" # update together with dev.dockerfile
7777
- run: make apply-latest-deps
7878
- uses: golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20 # v9.2.0
7979
with:
@@ -86,5 +86,5 @@ jobs:
8686
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
8787
- uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
8888
with:
89-
go-version: "1.26.2" # update together with dev.dockerfile
89+
go-version: "1.26.3" # update together with dev.dockerfile
9090
- 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.26.2 AS go
2+
FROM golang:1.26.3 AS go
33

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

0 commit comments

Comments
 (0)