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