Skip to content

Commit

Permalink
Merge pull request #311 from yersan/issue-308
Browse files Browse the repository at this point in the history
[#308] Update readmen requirements, use latest go1.21 version on GitH…
  • Loading branch information
yersan committed Aug 20, 2024
2 parents 20bc416 + 2710eab commit b2b3828
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
with:
Expand Down
4 changes: 2 additions & 2 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b2b3828

Please sign in to comment.