Skip to content

Commit

Permalink
ci: fix compatibility test due to the low GO version
Browse files Browse the repository at this point in the history
Signed-off-by: nolouch <nolouch@gmail.com>
  • Loading branch information
nolouch committed Feb 24, 2023
1 parent a27994e commit 3d6d0ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/compatibility.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.19
go-version: "1.20.x"

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

0 comments on commit 3d6d0ec

Please sign in to comment.