Skip to content

Commit

Permalink
Update go version in github action for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
AutomationD committed May 15, 2024
1 parent 62d7ec7 commit 4c7faa2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run.e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v2
with:
go-version: 1.18.x
go-version: 1.22.x

- name: Checkout Code
uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run.unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v2
with:
go-version: 1.18.x
go-version: 1.22.x

- name: Checkout Code
uses: actions/checkout@v2
Expand Down

0 comments on commit 4c7faa2

Please sign in to comment.