Skip to content

Commit 2f885ff

Browse files
authored
Merge pull request #32 from CoHDI/dependabot/github_actions/actions/setup-go-6
Bump actions/setup-go from 4 to 6
2 parents bcc7a78 + ff0cc44 commit 2f885ff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
uses: actions/checkout@v6
1717

1818
- name: Set up Go
19-
uses: actions/setup-go@v4
19+
uses: actions/setup-go@v6
2020
with:
2121
go-version-file: 'go.mod'
2222

0 commit comments

Comments
 (0)