Skip to content

Commit 436a711

Browse files
chore(deps): bump actions/setup-go from 6 to 6.4.0 (#1446)
1 parent f388e86 commit 436a711

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
uses: actions/checkout@v6.0.3
2121

2222
- name: Install go
23-
uses: actions/setup-go@v6
23+
uses: actions/setup-go@v6.4.0
2424
with:
2525
go-version-file: "go.mod"
2626
cache: true

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
fetch-depth: 0
3030

3131
- name: Install go
32-
uses: actions/setup-go@v6
32+
uses: actions/setup-go@v6.4.0
3333
with:
3434
go-version-file: "go.mod"
3535
cache: true

0 commit comments

Comments
 (0)