Skip to content

Commit

Permalink
fix(ci): force newer go version
Browse files Browse the repository at this point in the history
Signed-off-by: Szilard Parrag <szilard.parrag@axoflow.com>
  • Loading branch information
OverOrion committed Jan 25, 2024
1 parent 8604682 commit 8d2e86a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,11 @@ jobs:
with:
version: ${{ env.KUBECTL_VERSION }}

- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: ${{ env.GO_VERSION }}

- name: Checkout code
uses: actions/checkout@v3

Expand Down

0 comments on commit 8d2e86a

Please sign in to comment.