Skip to content

Commit 3c1cdbb

Browse files
authored
Merge pull request #68 from docker/dependabot/github_actions/actions/setup-go-6
build(deps): bump actions/setup-go from 5 to 6
2 parents 8404b3e + 798386e commit 3c1cdbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
uses: actions/checkout@v5
6464
-
6565
name: Set up Go
66-
uses: actions/setup-go@v5
66+
uses: actions/setup-go@v6
6767
with:
6868
go-version: "1.24"
6969
-

0 commit comments

Comments
 (0)