Update workflow

This commit is contained in:
Melon 2024-06-06 12:11:57 +01:00
parent 89115ed68a
commit a3495aa297
Signed by: melon
GPG Key ID: 6C9D970C50D26A25

View File

@ -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 ./...