Skip to content

Commit 0dc2252

Browse files
authored
Merge pull request #17 from breml/dependabot/github_actions/actions/setup-go-6
Bump actions/setup-go from 5 to 6
2 parents d6e33f5 + 22c0455 commit 0dc2252

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update.yml

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

1818
- name: Setup Go
19-
uses: actions/setup-go@v5
19+
uses: actions/setup-go@v6
2020

2121
- name: Update Mozilla Included CA Certificate List
2222
run: go generate .

0 commit comments

Comments
 (0)