File tree Expand file tree Collapse file tree 4 files changed +109
-69
lines changed Expand file tree Collapse file tree 4 files changed +109
-69
lines changed Original file line number Diff line number Diff line change 6
6
build :
7
7
docker :
8
8
# specify the version
9
- - image : circleci/golang:1.14
9
+ - image : circleci/golang:1.16
10
10
11
11
# Specify service dependencies here if necessary
12
12
# CircleCI maintains a library of pre-built images
41
41
source VERSION
42
42
ghr -t ${GITHUB_TOKEN} -u ${CIRCLE_PROJECT_USERNAME} -r ${CIRCLE_PROJECT_REPONAME} -c ${CIRCLE_SHA1} -delete ${VERSION} ./release/
43
43
44
+ # https://circleci.com/docs/2.0/workflows/#executing-workflows-for-a-git-tag
44
45
workflows :
45
46
version : 2
46
47
untagged-build :
Original file line number Diff line number Diff line change @@ -2,6 +2,8 @@ language: go
2
2
go :
3
3
- " 1.13"
4
4
- " 1.14"
5
+ - " 1.15"
6
+ - " 1.16"
5
7
install :
6
8
- make get-deps
7
9
script :
Original file line number Diff line number Diff line change 1
1
module docker-gen
2
2
3
- go 1.14
3
+ go 1.16
4
4
5
5
require (
6
6
github.com/BurntSushi/toml v0.3.1
7
7
github.com/foomo/htpasswd v0.0.0-20200116085101-e3a90e78da9c
8
- github.com/fsouza/go-dockerclient v1.6.5
8
+ github.com/fsouza/go-dockerclient v1.7.1
9
9
)
You can’t perform that action at this time.
0 commit comments