Skip to content

Commit 9a7793e

Browse files
chore(deps): update actions/setup-go action to v6.4.0
1 parent 2847704 commit 9a7793e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.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.3.0
12+
- uses: actions/setup-go@v6.4.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.3.0
20+
uses: actions/setup-go@v6.4.0
2121
with:
2222
go-version: '1.26'
2323

0 commit comments

Comments
 (0)