Skip to content

Commit

Permalink
release 1.60.0
Browse files Browse the repository at this point in the history
  • Loading branch information
coanor committed Oct 18, 2024
1 parent 9d5ced6 commit a2f90c7
Show file tree
Hide file tree
Showing 4 changed files with 2,572 additions and 2,173 deletions.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ before_script:

variables:
PROJECT: "datakit"
CI_VERSION: "1.39.0"
CI_VERSION: "1.60.0"
CI_TESTING_VERSION: $CI_VERSION-testing_$CI_COMMIT_BRANCH
DISABLED_MR_TARGET_BRANCHES: '/^master|main/'
DISABLED_MR_TITLE: '/^(\[Draft\]|\(Draft\)|Draft:)/'
Expand Down
3 changes: 3 additions & 0 deletions internal/apminject/utils/utils_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
// This product includes software developed at Guance Cloud (https://www.guance.com/).
// Copyright 2021-present Guance, Inc.

//go:build (linux && amd64) || (linux && arm64)
// +build linux,amd64 linux,arm64

package utils

import (
Expand Down
Loading

0 comments on commit a2f90c7

Please sign in to comment.