Skip to content

Commit 59e7696

Browse files
chore(deps): bump actions/setup-go from 6.4.0 to 6.5.0 (#1450)
1 parent 57234f5 commit 59e7696

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@v7.0.0
2121

2222
- name: Install go
23-
uses: actions/setup-go@v6.4.0
23+
uses: actions/setup-go@v6.5.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.4.0
32+
uses: actions/setup-go@v6.5.0
3333
with:
3434
go-version-file: "go.mod"
3535
cache: true

0 commit comments

Comments
 (0)