|
|
|
|
@ -18,14 +18,13 @@ jobs:
|
|
|
|
|
strategy: |
|
|
|
|
fail-fast: false |
|
|
|
|
matrix: |
|
|
|
|
go-version: ["1.20", "1.21"] |
|
|
|
|
go-version: ["1.20", "1.21", "1.22"] |
|
|
|
|
steps: |
|
|
|
|
- name: Install Go |
|
|
|
|
uses: actions/setup-go@v5 |
|
|
|
|
with: |
|
|
|
|
go-version: ${{ matrix.go-version }} |
|
|
|
|
cache: true |
|
|
|
|
cache-dependency-path: '**/go.sum' |
|
|
|
|
cache: false |
|
|
|
|
- name: Checkout code |
|
|
|
|
uses: actions/checkout@v4 |
|
|
|
|
- uses: actions/cache@v4 |
|
|
|
|
|