Skip to content

Commit 384c978

Browse files
committed
fix: Golang CI Lint & Update TFO-Agent container version 1.1.4
1 parent ef077d4 commit 384c978

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.env.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# -----------------------------------------------------------------------------
88
# Build Configuration
99
# -----------------------------------------------------------------------------
10-
VERSION=1.1.3
10+
VERSION=1.1.4
1111
OTEL_SDK_VERSION=1.39.0
1212
GIT_COMMIT=unknown
1313
GIT_BRANCH=main

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
services:
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

0 commit comments

Comments
 (0)