Compare commits

...

2 Commits

Author SHA1 Message Date
appleboy b2a2ea5069 Merge branch 'main' into return-login-name-for-users 2024-04-14 08:50:18 +00:00
Lunny Xiao bad4de0196 Upgrade CI (#655)
Reviewed-on: https://gitea.com/gitea/go-sdk/pulls/655
2024-03-16 08:34:20 +00:00
1 changed files with 4 additions and 4 deletions

View File

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