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 2614b26 commit bba3617
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@ jobs:
strategy:
matrix:
go-version:
- '1.18'
- '1.19'
- '1.20'
- '1.21'
- '^1.18.0'
- '^1.19.0'
- '^1.20.0'
- '^1.21.0'

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # 4.1.1

- name: Setup Go ${{ matrix.go-version }}
uses: actions/setup-go@v4
uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # 5.0.0
with:
go-version: ${{ matrix.go-version }}

Expand Down

0 comments on commit bba3617

Please sign in to comment.