Skip to content

Commit 43d0124

Browse files
authored
Merge pull request #70 from codeafix/dependabot/github_actions/actions/setup-go-6
Bump actions/setup-go from 5 to 6
2 parents 0284fe3 + a939342 commit 43d0124

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/Build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@v6
1515

1616
- name: Set up Go
17-
uses: actions/setup-go@v5
17+
uses: actions/setup-go@v6
1818
with:
1919
go-version: '1.21'
2020

0 commit comments

Comments
 (0)