Skip to content

Commit bfda5c7

Browse files
committed
ci(go-check-versions): run outside of docker
1 parent 59ab8bd commit bfda5c7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/go-check-versions.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ jobs:
2424
- name: Set up Go
2525
uses: actions/setup-go@40f1582b2485089dde7abd97c1529aa768e1baff # v6.1.0
2626
with:
27-
go-version: 1.25.4
27+
go-version: "stable"
28+
check-latest: true
2829
- name: Check outdated dependencies
2930
shell: bash
3031
run: |

0 commit comments

Comments
 (0)