Skip to content

Commit

Permalink
Update GitHub Actions minikube version
Browse files Browse the repository at this point in the history
  • Loading branch information
yersan committed Oct 24, 2023
1 parent 35db423 commit 444c141
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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.7.2
uses: manusa/actions-setup-minikube@v2.9.0
with:
minikube version: v1.22.0
kubernetes version: v1.20.0
minikube version: v1.31.2
kubernetes version: v1.24.0
driver: docker
- name: Load WildFly images used for testing
run: |-
Expand All @@ -37,7 +37,7 @@ jobs:
- name: Containerized End-to-End Tests
run: eval $(minikube -p minikube docker-env) && make test-e2e-minikube
- name: Docker Login to Quay.io (main only)
uses: docker/login-action@v1.8.0
uses: docker/login-action@v3.0.0
if: github.ref == 'refs/heads/main'
with:
registry: ${{ env.REGISTRY }}
Expand Down

0 comments on commit 444c141

Please sign in to comment.