Skip to content

Commit 1d5eb06

Browse files
authored
Merge pull request #53 from josh/dependabot/github_actions/actions/setup-go-6
Bump actions/setup-go from 5 to 6
2 parents e969e55 + f525bd7 commit 1d5eb06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
steps:
1212
- uses: actions/checkout@v4
1313

14-
- uses: actions/setup-go@v5
14+
- uses: actions/setup-go@v6
1515
with:
1616
go-version-file: go.mod
1717

0 commit comments

Comments
 (0)