Skip to content

Commit

Permalink
build(go): Add go version v1.22.x
Browse files Browse the repository at this point in the history
Signed-off-by: Flc゛ <four_leaf_clover@foxmail.com>
  • Loading branch information
flc1125 committed Mar 12, 2024
1 parent f566bdc commit b4a822a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
build:
strategy:
matrix:
go: [1.19,1.20.x,1.21.x]
go: [ 1.19.x, 1.20.x, 1.21.x, 1.22.x ]
name: build & test
runs-on: ubuntu-latest
services:
Expand Down

0 comments on commit b4a822a

Please sign in to comment.