Upgrade CI (#655)

Reviewed-on: https://gitea.com/gitea/go-sdk/pulls/655
This commit is contained in:
Lunny Xiao 2024-03-16 08:34:20 +00:00
parent 9ec1b82849
commit bad4de0196
1 changed files with 4 additions and 4 deletions

View File

@ -15,10 +15,10 @@ jobs:
GITEA_SDK_TEST_USERNAME: "test01"
GITEA_SDK_TEST_PASSWORD: "test01"
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: ">=1.20"
go-version: ">=1.21"
check-latest: true
- run: make clean
- run: make vet
@ -28,7 +28,7 @@ jobs:
- run: make test
services:
gitea:
image: gitea/gitea:1.21.1
image: gitea/gitea:1.21.8
cmd:
- bash
- -c