Skip to content

Commit

Permalink
fix(version): fix go version
Browse files Browse the repository at this point in the history
fix go version
  • Loading branch information
XdpCs committed Aug 6, 2024
1 parent 19869fc commit b14f1eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
strategy:
fail-fast: false
matrix:
go-version: ["1.20",1.21,1.22]
go-version: ['1.20','1.21','1.22']
runs-on: ubuntu-latest
services:
memcached:
Expand Down

0 comments on commit b14f1eb

Please sign in to comment.