Skip to content

Commit

Permalink
fix: invalid go version
Browse files Browse the repository at this point in the history
Signed-off-by: lippoliv <[email protected]>

#1
  • Loading branch information
lippoliv committed Jan 7, 2024
1 parent bba3617 commit b20653e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:
strategy:
matrix:
go-version:
- '^1.18.0'
- '^1.19.0'
- '^1.20.0'
- '^1.21.0'
- '1.18.*'
- '1.19.*'
- '1.20.*'
- '1.21.*'

steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # 4.1.1
Expand Down

0 comments on commit b20653e

Please sign in to comment.