Skip to content

Commit

Permalink
Merge pull request #80 from metrico/pre-release
Browse files Browse the repository at this point in the history
fix: go ver
  • Loading branch information
akvlad committed Mar 28, 2024
2 parents 64afdad + abac989 commit e2edb79
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/otel-collector/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Builder stage
FROM golang:1.20-alpine as builder
FROM golang:1.22.1-alpine as builder
RUN apk --update add ca-certificates

WORKDIR /src
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/metrico/otel-collector

go 1.21.3
go 1.21

require (
github.com/ClickHouse/clickhouse-go/v2 v2.17.1
Expand Down

0 comments on commit e2edb79

Please sign in to comment.