Skip to content

Commit

Permalink
Fix: tests
Browse files Browse the repository at this point in the history
  • Loading branch information
aopoltorzhicky committed Jun 5, 2024
1 parent 1bae3ca commit 904fe10
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests_master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: install Go
uses: actions/setup-go@v2
with:
go-version: 1.20.x
go-version: 1.22.x
- name: checkout code
uses: actions/checkout@v2
- uses: actions/cache@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: install Go
uses: actions/setup-go@v2
with:
go-version: 1.20.x
go-version: 1.22.x
- name: checkout code
uses: actions/checkout@v2
- uses: actions/cache@v2
Expand Down

0 comments on commit 904fe10

Please sign in to comment.