Skip to content

Commit

Permalink
Merge pull request #296 from alphagov/bump-cf-acceptance-tests-golang
Browse files Browse the repository at this point in the history
Bump cf-acceptance-tests golang version to 1.21.1
  • Loading branch information
risicle authored Sep 19, 2023
2 parents 76eb277 + b760e01 commit b556830
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions cf-acceptance-tests/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ RUN apt update \
ENV GOPATH /go
ENV PATH /go/bin:/usr/local/go/bin:$PATH

ENV GO_VERSION "1.20"
ENV GO_VERSION "1.21.1"
ENV CF_CLI_VERSION "8.6.0"
ENV CF_LOG_CACHE_VERSION "2.1.0"

RUN \
wget https://dl.google.com/go/go${GO_VERSION}.linux-amd64.tar.gz -P /tmp && \
wget https://go.dev/dl/go${GO_VERSION}.linux-amd64.tar.gz -P /tmp && \
tar xzvf /tmp/go${GO_VERSION}.linux-amd64.tar.gz -C /usr/local && \
mkdir $GOPATH && \
rm -rf /tmp/*
Expand Down
2 changes: 1 addition & 1 deletion cf-acceptance-tests/cf-acceptance-tests_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
require 'docker'
require 'serverspec'

GO_VERSION="1.20"
GO_VERSION="1.21.1"
CF_CLI_VERSION="8.6.0"
LOG_CACHE_CLI_VERSION="2.1.0"

Expand Down

0 comments on commit b556830

Please sign in to comment.