File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 77# -----------------------------------------------------------------------------
88# Build Configuration
99# -----------------------------------------------------------------------------
10- VERSION = 1.1.3
10+ VERSION = 1.1.4
1111OTEL_SDK_VERSION = 1.39.0
1212GIT_COMMIT = unknown
1313GIT_BRANCH = main
Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ jobs:
100100 - name : Run golangci-lint
101101 uses : golangci/golangci-lint-action@v7
102102 with :
103- version : v2.7.2
103+ version : v1.64.8
104104 args : --timeout=5m
105105 skip-cache : true
106106 verify : false
Original file line number Diff line number Diff line change 3030services :
3131 tfo-agent :
3232 container_name : ${CONTAINER_NAME:-tfo-agent}
33- image : ${IMAGE_NAME:-telemetryflow/telemetryflow-agent}:${IMAGE_TAG:-1.1.3 }
33+ image : ${IMAGE_NAME:-telemetryflow/telemetryflow-agent}:${IMAGE_TAG:-1.1.4 }
3434 build :
3535 context : .
3636 dockerfile : Dockerfile
You can’t perform that action at this time.
0 commit comments