Pin CI #614

Merged
lunny merged 7 commits from jolheiser/go-sdk:pin-vet into main 2023-03-01 00:50:05 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit f48a2a12c3 - Show all commits

View File

@ -12,7 +12,7 @@ workspace:
steps:
- name: gitea
image: gitea/gitea:1.16
image: gitea/gitea:1.18
pull: always
detach: true
commands:

View File

@ -11,7 +11,7 @@ PACKAGE := code.gitea.io/sdk/gitea
GOFUMPT_PACKAGE ?= mvdan.cc/gofumpt@v0.4.0
GOLANGCI_LINT_PACKAGE ?= github.com/golangci/golangci-lint/cmd/golangci-lint@v1.51.0
GITEA_VERSION := 1.16
GITEA_VERSION := 1.18
GITEA_DL := https://dl.gitea.io/gitea/$(GITEA_VERSION)/gitea-$(GITEA_VERSION)-
UNAME_S := $(shell uname -s)
ifeq ($(UNAME_S),Linux)