Skip to content

Commit

Permalink
Upgrading go version in integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
deniszh committed Sep 4, 2023
1 parent ccd817d commit a23b5bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/carbonapi/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.20
FROM golang:1.21

RUN apt-get update
RUN apt-get install -y libcairo2-dev
Expand Down
2 changes: 1 addition & 1 deletion docker/go-carbon/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.20
FROM golang:1.21

RUN mkdir -p /data/graphite/whisper/
COPY ./docker/go-carbon/*.conf /etc/
Expand Down

0 comments on commit a23b5bf

Please sign in to comment.