mirror of
https://github.com/1f349/site-hosting.git
synced 2024-11-09 22:42:58 +00:00
Update workflow
This commit is contained in:
parent
89115ed68a
commit
a3495aa297
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.20.x]
|
go-version: [1.22.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: go build ./cmd/site-hosting/
|
- run: go build ./cmd/site-hosting/
|
||||||
- run: go test ./...
|
- run: go test ./...
|
||||||
|
Loading…
Reference in New Issue
Block a user