Skip to content

Commit

Permalink
bump go to 1.20.8 (#1739)
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenruizdegauna authored Sep 27, 2023
1 parent b3b1dca commit 9b48d53
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.20.5-bullseye
FROM golang:1.20.8-bullseye

ARG GH_VERSION='2.0.0'
ARG GH_ARCH='amd64'
Expand All @@ -16,4 +16,4 @@ RUN curl -L https://github.com/cli/cli/releases/download/v${GH_VERSION}/gh_${GH_
RUN dpkg -i gh_${GH_VERSION}_linux_${GH_ARCH}.deb

ENV GOFLAGS="-buildvcs=false"
RUN git config --global --add safe.directory /go/src/github.com/newrelic/infrastructure-agent
RUN git config --global --add safe.directory /go/src/github.com/newrelic/infrastructure-agent
2 changes: 1 addition & 1 deletion build/ci/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ARG ANSIBLE_INVENTORY_FOLDER_ARG="/srv/runner/inventory/$REF_ARG"
ARG ANSIBLE_INVENTORY_FILE_ARG="inventory.ec2"

ARG ANSIBLE_VERSION="6.5.0"
ARG GO_VERSION="1.20.5"
ARG GO_VERSION="1.20.8"

ENV REF=$REF_ARG
ENV ANSIBLE_INVENTORY="$ANSIBLE_INVENTORY_FOLDER_ARG/$ANSIBLE_INVENTORY_FILE_ARG"
Expand Down

0 comments on commit 9b48d53

Please sign in to comment.