Skip to content

Commit 3a232c4

Browse files
chore(deps): update dependency go to v1.26.5
1 parent 8649ff4 commit 3a232c4

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Setup Go
3434
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
3535
with:
36-
go-version: "1.26.4"
36+
go-version: "1.26.5"
3737
cache-dependency-path: "**/*.sum"
3838
cache: true
3939

@@ -55,7 +55,7 @@ jobs:
5555
- name: Setup Go
5656
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
5757
with:
58-
go-version: "1.26.4"
58+
go-version: "1.26.5"
5959
cache-dependency-path: "**/*.sum"
6060
cache: true
6161

@@ -94,7 +94,7 @@ jobs:
9494
- name: Setup Go
9595
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
9696
with:
97-
go-version: "1.26.4"
97+
go-version: "1.26.5"
9898
cache-dependency-path: "**/*.sum"
9999
cache: true
100100

@@ -168,7 +168,7 @@ jobs:
168168
- name: Setup Go
169169
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
170170
with:
171-
go-version: "1.26.4"
171+
go-version: "1.26.5"
172172
cache-dependency-path: "**/*.sum"
173173
cache: true
174174

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Setup Go
3333
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
3434
with:
35-
go-version: "1.26.4"
35+
go-version: "1.26.5"
3636
cache-dependency-path: "**/*.sum"
3737
cache: true
3838

0 commit comments

Comments
 (0)