Skip to content

Commit

Permalink
NR-105016 - chore: bump Go version to 1.19.8 (#1622)
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenruizdegauna authored Apr 5, 2023
1 parent 62b8860 commit 5d29fdd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.19.5-bullseye
FROM golang:1.19.8-bullseye

ARG GH_VERSION='2.0.0'
ARG GH_ARCH='amd64'
Expand Down
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.19.5"
ARG GO_VERSION="1.19.8"

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

0 comments on commit 5d29fdd

Please sign in to comment.