Skip to content

Commit

Permalink
Merge pull request #318 from yersan/update-github-actions
Browse files Browse the repository at this point in the history
Update GitHub actions
  • Loading branch information
yersan authored Oct 22, 2024
2 parents 76bb33c + e790909 commit 7766021
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@ jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v3
uses: actions/setup-go@v5
with:
go-version: 1.21.3
go-version: 1.21.13
- name: Build
run: make build
- name: Set up Minikube
uses: manusa/actions-setup-minikube@v2.10.0
uses: manusa/actions-setup-minikube@v2.13.0
with:
minikube version: v1.31.2
kubernetes version: v1.25.0
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@v3.0.0
uses: docker/login-action@v3.3.0
if: github.ref == 'refs/heads/main'
with:
registry: ${{ env.REGISTRY }}
Expand Down

0 comments on commit 7766021

Please sign in to comment.