Skip to content

Commit b2da109

Browse files
chore(deps): update dependency go to v1.26.1
1 parent 356108d commit b2da109

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/go-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Set up Go
1313
uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
1414
with:
15-
go-version: '1.26.0'
15+
go-version: '1.26.1'
1616

1717
- name: Install dependencies
1818
run: go mod download

.github/workflows/go-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Set up Go
1313
uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
1414
with:
15-
go-version: '1.26.0'
15+
go-version: '1.26.1'
1616

1717
- name: Install dependencies
1818
run: go mod download

0 commit comments

Comments
 (0)