Skip to content

Commit d11a62d

Browse files
fix: ensure Go setup action is correctly specified in CI workflow
1 parent faed304 commit d11a62d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
steps:
2727
- uses: actions/checkout@v4
2828
- name: Set up Go
29+
uses: actions/setup-go@v5
2930
with:
3031
go-version-file: go.mod
3132
check-latest: true

0 commit comments

Comments
 (0)