Skip to content
This repository has been archived by the owner on Feb 27, 2023. It is now read-only.

Commit

Permalink
update go version to 1.13.15 of circleci
Browse files Browse the repository at this point in the history
Signed-off-by: 玉海 <[email protected]>
  • Loading branch information
ansinlee committed Aug 10, 2020
1 parent 3dbdf79 commit ce14eb4
Show file tree
Hide file tree
Showing 9 changed files with 123 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:

unit-test-golang:
docker:
- image: circleci/golang:1.12.10
- image: circleci/golang:1.13.15
working_directory: /go/src/github.com/dragonflyoss/Dragonfly
steps:
- checkout
Expand All @@ -88,7 +88,7 @@ jobs:

api-integration-test:
docker:
- image: circleci/golang:1.12.10
- image: circleci/golang:1.13.15
working_directory: /go/src/github.com/dragonflyoss/Dragonfly
steps:
- checkout
Expand All @@ -104,7 +104,7 @@ jobs:

release:
docker:
- image: circleci/golang:1.12.10
- image: circleci/golang:1.13.15
working_directory: /go/src/github.com/dragonflyoss/Dragonfly
steps:
- checkout
Expand Down
15 changes: 15 additions & 0 deletions supernode/daemon/mgr/preheat/base_preaheater.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
/*
* Copyright The Dragonfly Authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package preheat

import (
Expand Down
15 changes: 15 additions & 0 deletions supernode/daemon/mgr/preheat/base_worker.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
/*
* Copyright The Dragonfly Authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package preheat

import (
Expand Down
15 changes: 15 additions & 0 deletions supernode/daemon/mgr/preheat/file_preaheater.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
/*
* Copyright The Dragonfly Authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package preheat

import (
Expand Down
15 changes: 15 additions & 0 deletions supernode/daemon/mgr/preheat/image_preaheater.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
/*
* Copyright The Dragonfly Authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package preheat

import (
Expand Down
15 changes: 15 additions & 0 deletions supernode/daemon/mgr/preheat/image_preheater_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
/*
* Copyright The Dragonfly Authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package preheat

import (
Expand Down
15 changes: 15 additions & 0 deletions supernode/daemon/mgr/preheat/preheat_progress.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
/*
* Copyright The Dragonfly Authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package preheat

import (
Expand Down
15 changes: 15 additions & 0 deletions supernode/daemon/mgr/preheat/preheat_task_repository.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
/*
* Copyright The Dragonfly Authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package preheat

import (
Expand Down
15 changes: 15 additions & 0 deletions supernode/daemon/mgr/preheat/preheater.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
/*
* Copyright The Dragonfly Authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package preheat

import (
Expand Down

0 comments on commit ce14eb4

Please sign in to comment.