From bad4de019652aa679c079f332628bbdbbc77aeaa Mon Sep 17 00:00:00 2001 From: Lunny Xiao Date: Sat, 16 Mar 2024 08:34:20 +0000 Subject: [PATCH] Upgrade CI (#655) Reviewed-on: https://gitea.com/gitea/go-sdk/pulls/655 --- .gitea/workflows/testing.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/testing.yml b/.gitea/workflows/testing.yml index 80ed285..a7a7bd2 100644 --- a/.gitea/workflows/testing.yml +++ b/.gitea/workflows/testing.yml @@ -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