Skip to content

Commit fb7da2c

Browse files
chore(deps): update actions/setup-go action to v6
1 parent f9911de commit fb7da2c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
steps:
1313
- uses: actions/checkout@v4
1414
- name: Set up Go
15-
uses: actions/setup-go@v5
15+
uses: actions/setup-go@v6
1616
with:
1717
go-version: '1.26'
1818
check-latest: true

0 commit comments

Comments
 (0)