mirror of
https://github.com/1f349/lavender.git
synced 2025-02-23 14:15:08 +00:00
Update build workflow
This commit is contained in:
parent
34d84031ea
commit
b0ababa177
6
.github/workflows/test.yml
vendored
6
.github/workflows/test.yml
vendored
@ -4,12 +4,12 @@ jobs:
|
|||||||
test:
|
test:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
go-version: [1.22.x]
|
go-version: [1.23.x]
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/setup-go@v3
|
- uses: actions/setup-go@v5
|
||||||
with:
|
with:
|
||||||
go-version: ${{ matrix.go-version }}
|
go-version: ${{ matrix.go-version }}
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v4
|
||||||
- run: make build
|
- run: make build
|
||||||
- run: go test ./...
|
- run: go test ./...
|
||||||
|
Loading…
x
Reference in New Issue
Block a user