Skip to content

Commit

Permalink
Fix circleci. (#985)
Browse files Browse the repository at this point in the history
Signed-off-by: Syulin7 <[email protected]>
  • Loading branch information
Syulin7 committed Aug 30, 2023
1 parent 650d2ef commit bf33ada
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ version: 2
jobs:
build:
docker:
- image: circleci/golang:1.14.10
working_directory: /go/src/github.com/kubeflow/arena
- image: cimg/go:1.19.4
working_directory: /home/circleci/go/src/github.com/kubeflow/arena
steps:
- checkout
- setup_remote_docker:
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: go

go:
- "1.14.10"
- "1.19.4"

go_import_path: github.com/kubeflow/arena

Expand Down
11 changes: 11 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,17 @@ nav:
- SDK:
- Golang: sdk/go/index.md
- Release Notes:
- v0.9.11: releases/v0.9.11.md
- v0.9.10: releases/v0.9.10.md
- v0.9.9: releases/v0.9.9.md
- v0.9.8: releases/v0.9.8.md
- v0.9.7: releases/v0.9.7.md
- v0.9.6: releases/v0.9.6.md
- v0.9.5: releases/v0.9.5.md
- v0.9.4: releases/v0.9.4.md
- v0.9.3: releases/v0.9.3.md
- v0.9.2: releases/v0.9.2.md
- v0.9.1: releases/v0.9.1.md
- v0.9.0: releases/v0.9.0.md
- v0.8.9: releases/v0.8.9.md
- v0.8.8: releases/v0.8.8.md
Expand Down

0 comments on commit bf33ada

Please sign in to comment.