mirror of
https://github.com/xiaoqidun/ihash.git
synced 2025-03-15 03:54:38 +08:00
Compare commits
7 Commits
Author | SHA1 | Date | |
---|---|---|---|
a7ce1f92b7 | |||
3f456588b2 | |||
23d553f47a | |||
0ac527751a | |||
43dc0d59b8 | |||
fd8fcc7930 | |||
f32f4ae2ab |
@ -1,10 +1,8 @@
|
|||||||
kind: pipeline
|
kind: pipeline
|
||||||
type: docker
|
type: docker
|
||||||
name: default
|
name: default
|
||||||
|
|
||||||
node:
|
node:
|
||||||
region: cn
|
region: cn
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: generate
|
- name: generate
|
||||||
pull: if-not-exists
|
pull: if-not-exists
|
||||||
@ -17,6 +15,7 @@ steps:
|
|||||||
commands:
|
commands:
|
||||||
- ./build.sh
|
- ./build.sh
|
||||||
- name: upload
|
- name: upload
|
||||||
|
pull: if-not-exists
|
||||||
image: ccr.ccs.tencentyun.com/xiaoqidun/gocos
|
image: ccr.ccs.tencentyun.com/xiaoqidun/gocos
|
||||||
settings:
|
settings:
|
||||||
secret_id:
|
secret_id:
|
||||||
|
6
go.mod
6
go.mod
@ -1,7 +1,7 @@
|
|||||||
module github.com/xiaoqidun/ihash
|
module github.com/xiaoqidun/ihash
|
||||||
|
|
||||||
go 1.20
|
go 1.22.0
|
||||||
|
|
||||||
require golang.org/x/crypto v0.11.0
|
require golang.org/x/crypto v0.19.0
|
||||||
|
|
||||||
require golang.org/x/sys v0.10.0 // indirect
|
require golang.org/x/sys v0.17.0 // indirect
|
||||||
|
8
go.sum
8
go.sum
@ -1,4 +1,4 @@
|
|||||||
golang.org/x/crypto v0.11.0 h1:6Ewdq3tDic1mg5xRO4milcWCfMVQhI4NkqWWvqejpuA=
|
golang.org/x/crypto v0.19.0 h1:ENy+Az/9Y1vSrlrvBSyna3PITt4tiZLf7sgCjZBX7Wo=
|
||||||
golang.org/x/crypto v0.11.0/go.mod h1:xgJhtzW8F9jGdVFWZESrid1U1bjeNy4zgy5cRr/CIio=
|
golang.org/x/crypto v0.19.0/go.mod h1:Iy9bg/ha4yyC70EfRS8jz+B6ybOBKMaSxLj6P6oBDfU=
|
||||||
golang.org/x/sys v0.10.0 h1:SqMFp9UcQJZa+pmYuAKjd9xq1f0j5rLcDIk0mj4qAsA=
|
golang.org/x/sys v0.17.0 h1:25cE3gD+tdBA7lp7QfhuV+rJiE9YXTcS3VG1SqssI/Y=
|
||||||
golang.org/x/sys v0.10.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
|
golang.org/x/sys v0.17.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
|
||||||
|
Reference in New Issue
Block a user