Skip to content

Commit

Permalink
chore: Use Go 1.22 for e2e workflow (#182)
Browse files Browse the repository at this point in the history
  • Loading branch information
zmotso authored and SergK committed May 15, 2024
1 parent 6705d74 commit 3fd3120
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true

env:
GOLANG_VERSION: '1.22'

jobs:
e2e-tests-127:
name: End-to-end tests 1.27
Expand Down

0 comments on commit 3fd3120

Please sign in to comment.