Skip to content

Commit 39ff487

Browse files
Bump actions/setup-go from 5 to 6 (#365)
1 parent e69e48e commit 39ff487

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
runs-on: macos-26
8282
steps:
8383
- uses: actions/checkout@v5
84-
- uses: actions/setup-go@v5
84+
- uses: actions/setup-go@v6
8585
with:
8686
go-version: 1.23.x
8787
- name: Run unit tests

0 commit comments

Comments
 (0)