Skip to content

Commit

Permalink
chore(ci): fix "CLI and API partials checker" workflow failed
Browse files Browse the repository at this point in the history
Signed-off-by: Aleksei Igrychev <[email protected]>
  • Loading branch information
alexey-igrychev committed Jan 17, 2025
1 parent fad75ae commit 91fcf57
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/docs_cli_and_api_partials_checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,10 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4

- name: Set up Go 1.18
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.18
id: go
go-version-file: server/go.mod

- name: Prepare environment
run: ./e2e/scripts/ci/git.sh
Expand Down

0 comments on commit 91fcf57

Please sign in to comment.