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 3 additions and 2 deletions
Showing only changes of commit d9e71d1521 - Show all commits

View File

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

View File

@ -11,7 +11,8 @@ 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_DL := https://dl.gitea.io/gitea/main/gitea-main-
GITEA_VERSION := 1.16
GITEA_DL := https://dl.gitea.io/gitea/$(GITEA_VERSION)/gitea-$(GITEA_VERSION)-
UNAME_S := $(shell uname -s)
ifeq ($(UNAME_S),Linux)
GITEA_DL := $(GITEA_DL)linux-