Skip to content

Commit

Permalink
feat(workflows): go 版本调整
Browse files Browse the repository at this point in the history
  • Loading branch information
Ccheers committed Jul 24, 2024
1 parent df1a495 commit 10d54f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
ETCD_ADVERTISE_CLIENT_URLS: http://0.0.0.0:2379
strategy:
matrix:
go-version: [1.19.x]
go-version: [1.21.x, 1.22.x]
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit 10d54f5

Please sign in to comment.