Skip to content

Commit

Permalink
Update ci to go 1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
liustanley committed Feb 16, 2024
1 parent 85e6c01 commit e2f9ff6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.ddbuild.io/images/mirror/golang:1.20 AS build
FROM registry.ddbuild.io/images/mirror/golang:1.21 AS build
WORKDIR /src
ADD . /src
RUN make otelcontribcol
Expand Down

0 comments on commit e2f9ff6

Please sign in to comment.