Skip to content

Commit 26982b4

Browse files
authored
Update actions/setup-go to v6 (#187)
1 parent e792625 commit 26982b4

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
@@ -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
with:
2121
go-version-file: 'go.mod'
2222

0 commit comments

Comments
 (0)