Skip to content

Commit d3d06a4

Browse files
authored
Merge pull request #4 from TakuyaYagam1/dependabot/github_actions/actions/setup-go-6
chore(github): bump actions/setup-go from 5 to 6
2 parents 1e9f792 + 6b01999 commit d3d06a4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/installer-go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
uses: actions/checkout@v6
2828

2929
- name: Set up Go
30-
uses: actions/setup-go@v5
30+
uses: actions/setup-go@v6
3131
with:
3232
go-version-file: Linux/installer/go.mod
3333
cache-dependency-path: Linux/installer/go.sum

0 commit comments

Comments
 (0)