From 2710eabc4b11dea2ac6da697ae323d67358e8b71 Mon Sep 17 00:00:00 2001 From: Yeray Borges Date: Tue, 20 Aug 2024 13:40:07 +0100 Subject: [PATCH] [#308] Update readmen requirements, use latest go1.21 version on GitHub actions --- .github/workflows/release.yaml | 2 +- README.adoc | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 2b872f23..1c372401 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -25,7 +25,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v3 with: - go-version: 1.21.3 + go-version: 1.21.13 - name: Docker Login to Quay.io (main only) uses: docker/login-action@v3.0.0 with: diff --git a/README.adoc b/README.adoc index 75b175c8..9b426ebf 100644 --- a/README.adoc +++ b/README.adoc @@ -235,8 +235,8 @@ $ curl "http://$(oc get route quickstart-loadbalancer --template='{{ .spec.host ## System Requirements -* https://github.com/golang/go[go] with `$GOPATH` set to `$HOME/go` -* Docker +* Go 1.21 +* Podman/Docker * Either https://github.com/minishift/minishift[Minishift] or https://kubernetes.io/docs/setup/minikube/[Minikube] ### Building the WildFly Operator