mirror of
https://github.com/1f349/site-hosting.git
synced 2024-11-21 11:11:37 +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:
|
||||
strategy:
|
||||
matrix:
|
||||
go-version: [1.20.x]
|
||||
go-version: [1.22.x]
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/setup-go@v3
|
||||
- uses: actions/setup-go@v5
|
||||
with:
|
||||
go-version: ${{ matrix.go-version }}
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
- run: go build ./cmd/site-hosting/
|
||||
- run: go test ./...
|
||||
|
Loading…
Reference in New Issue
Block a user