Skip to content

Commit 273f8bb

Browse files
build(deps): bump actions/setup-go from 5 to 6 (#31)
1 parent 5924f20 commit 273f8bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
uses: actions/checkout@v5
2020

2121
- name: Install Go
22-
uses: actions/setup-go@v5
22+
uses: actions/setup-go@v6
2323
with:
2424
go-version: '1.24.2'
2525
check-latest: true

0 commit comments

Comments
 (0)