|
|
|
@ -9,7 +9,7 @@ steps:
|
|
|
|
|
- commands:
|
|
|
|
|
- go test -v ./...
|
|
|
|
|
environment:
|
|
|
|
|
GOPROXY: https://proxy.golang.org,https://goproxy.io,direct
|
|
|
|
|
GOPROXY: https://goproxy.io,direct
|
|
|
|
|
image: golang:1.22
|
|
|
|
|
name: go test
|
|
|
|
|
- commands:
|
|
|
|
@ -21,7 +21,7 @@ steps:
|
|
|
|
|
environment:
|
|
|
|
|
GOARCH: amd64
|
|
|
|
|
GOOS: linux
|
|
|
|
|
GOPROXY: https://proxy.golang.org,https://goproxy.io,direct
|
|
|
|
|
GOPROXY: https://goproxy.io,direct
|
|
|
|
|
image: golang:1.22
|
|
|
|
|
name: go build linux/amd64
|
|
|
|
|
- commands:
|
|
|
|
@ -57,7 +57,7 @@ steps:
|
|
|
|
|
environment:
|
|
|
|
|
GOARCH: amd64
|
|
|
|
|
GOOS: windows
|
|
|
|
|
GOPROXY: https://proxy.golang.org,https://goproxy.io,direct
|
|
|
|
|
GOPROXY: https://goproxy.io,direct
|
|
|
|
|
image: golang:1.22
|
|
|
|
|
name: go build windows/amd64
|
|
|
|
|
- commands:
|
|
|
|
@ -93,7 +93,7 @@ steps:
|
|
|
|
|
environment:
|
|
|
|
|
GOARCH: amd64
|
|
|
|
|
GOOS: darwin
|
|
|
|
|
GOPROXY: https://proxy.golang.org,https://goproxy.io,direct
|
|
|
|
|
GOPROXY: https://goproxy.io,direct
|
|
|
|
|
image: golang:1.22
|
|
|
|
|
name: go build darwin/amd64
|
|
|
|
|
- commands:
|
|
|
|
@ -123,7 +123,7 @@ steps:
|
|
|
|
|
- commands:
|
|
|
|
|
- go test -v ./...
|
|
|
|
|
environment:
|
|
|
|
|
GOPROXY: https://proxy.golang.org,https://goproxy.io,direct
|
|
|
|
|
GOPROXY: https://goproxy.io,direct
|
|
|
|
|
image: golang:1.22
|
|
|
|
|
name: go test
|
|
|
|
|
- commands:
|
|
|
|
@ -135,7 +135,7 @@ steps:
|
|
|
|
|
environment:
|
|
|
|
|
GOARCH: amd64
|
|
|
|
|
GOOS: linux
|
|
|
|
|
GOPROXY: https://proxy.golang.org,https://goproxy.io,direct
|
|
|
|
|
GOPROXY: https://goproxy.io,direct
|
|
|
|
|
image: golang:1.22
|
|
|
|
|
name: go build linux/amd64
|
|
|
|
|
- commands:
|
|
|
|
@ -147,7 +147,7 @@ steps:
|
|
|
|
|
environment:
|
|
|
|
|
GOARCH: arm64
|
|
|
|
|
GOOS: linux
|
|
|
|
|
GOPROXY: https://proxy.golang.org,https://goproxy.io,direct
|
|
|
|
|
GOPROXY: https://goproxy.io,direct
|
|
|
|
|
image: golang:1.22
|
|
|
|
|
name: go build linux/arm64
|
|
|
|
|
- commands:
|
|
|
|
@ -159,7 +159,7 @@ steps:
|
|
|
|
|
environment:
|
|
|
|
|
GOARCH: "386"
|
|
|
|
|
GOOS: linux
|
|
|
|
|
GOPROXY: https://proxy.golang.org,https://goproxy.io,direct
|
|
|
|
|
GOPROXY: https://goproxy.io,direct
|
|
|
|
|
image: golang:1.22
|
|
|
|
|
name: go build linux/386
|
|
|
|
|
- commands:
|
|
|
|
@ -171,7 +171,7 @@ steps:
|
|
|
|
|
environment:
|
|
|
|
|
GOARCH: amd64
|
|
|
|
|
GOOS: windows
|
|
|
|
|
GOPROXY: https://proxy.golang.org,https://goproxy.io,direct
|
|
|
|
|
GOPROXY: https://goproxy.io,direct
|
|
|
|
|
image: golang:1.22
|
|
|
|
|
name: go build windows/amd64
|
|
|
|
|
- commands:
|
|
|
|
@ -183,7 +183,7 @@ steps:
|
|
|
|
|
environment:
|
|
|
|
|
GOARCH: "386"
|
|
|
|
|
GOOS: windows
|
|
|
|
|
GOPROXY: https://proxy.golang.org,https://goproxy.io,direct
|
|
|
|
|
GOPROXY: https://goproxy.io,direct
|
|
|
|
|
image: golang:1.22
|
|
|
|
|
name: go build windows/386
|
|
|
|
|
- commands:
|
|
|
|
@ -195,7 +195,7 @@ steps:
|
|
|
|
|
environment:
|
|
|
|
|
GOARCH: amd64
|
|
|
|
|
GOOS: darwin
|
|
|
|
|
GOPROXY: https://proxy.golang.org,https://goproxy.io,direct
|
|
|
|
|
GOPROXY: https://goproxy.io,direct
|
|
|
|
|
image: golang:1.22
|
|
|
|
|
name: go build darwin/amd64
|
|
|
|
|
- commands:
|
|
|
|
@ -207,7 +207,7 @@ steps:
|
|
|
|
|
environment:
|
|
|
|
|
GOARCH: arm64
|
|
|
|
|
GOOS: darwin
|
|
|
|
|
GOPROXY: https://proxy.golang.org,https://goproxy.io,direct
|
|
|
|
|
GOPROXY: https://goproxy.io,direct
|
|
|
|
|
image: golang:1.22
|
|
|
|
|
name: go build darwin/arm64
|
|
|
|
|
- image: plugins/gitea-release
|
|
|
|
|