Skip to content

Commit cedbe74

Browse files
authored
Merge pull request #75 from syou6162/renovate/go-1.x
chore(deps): update dependency go to v1.26.1
2 parents 356108d + b2da109 commit cedbe74

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.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)