Skip to content

Commit 119e8d4

Browse files
authored
Merge pull request #15 from ncode/renovate/actions-setup-go-6.x
chore(deps): update actions/setup-go action to v6.3.0
2 parents 640e114 + 59f61c4 commit 119e8d4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
- uses: actions/checkout@v6.0.2
1010
with:
1111
fetch-depth: 2
12-
- uses: actions/setup-go@v6.2.0
12+
- uses: actions/setup-go@v6.3.0
1313
with:
1414
go-version: '1.26'
1515
- name: Run coverage

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: actions/checkout@v6.0.2
1818

1919
- name: Set up Go
20-
uses: actions/setup-go@v6.2.0
20+
uses: actions/setup-go@v6.3.0
2121
with:
2222
go-version: '1.26'
2323

0 commit comments

Comments
 (0)