Skip to content

Commit

Permalink
correct go version
Browse files Browse the repository at this point in the history
  • Loading branch information
glitch003 committed Jan 4, 2025
1 parent 9fda67b commit dcdf8cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go-sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: warp-ubuntu-latest-x64-2x
strategy:
matrix:
go-version: ["1.19", "1.20", "1.21"]
go-version: ["1.23"]

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit dcdf8cd

Please sign in to comment.