Skip to content

Commit

Permalink
update GitHub action minikube version
Browse files Browse the repository at this point in the history
  • Loading branch information
yersan committed Apr 25, 2024
1 parent 5011676 commit 9adc065
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ jobs:
- name: Build
run: make build
- name: Set up Minikube
uses: manusa/actions-setup-minikube@v2.9.0
uses: manusa/actions-setup-minikube@v2.10.0
with:
minikube version: v1.31.2
kubernetes version: v1.24.0
minikube version: v1.33.0
kubernetes version: v1.25.0
driver: docker
- name: Load WildFly images used for testing
run: |-
Expand Down

0 comments on commit 9adc065

Please sign in to comment.