File tree 2 files changed +10
-10
lines changed
2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 7
7
branches :
8
8
- master
9
9
jobs :
10
- tests-go-1-15 :
10
+ tests-go-1-16 :
11
11
runs-on : ubuntu-latest
12
12
env :
13
13
GO111MODULE : on
14
14
steps :
15
15
- name : Checkout Source
16
16
uses : actions/checkout@v2
17
17
- name : Run Tests
18
- uses : cedrickring/golang-action@1.6 .0
18
+ uses : cedrickring/golang-action@1.7 .0
19
19
with :
20
20
args : make test
21
- tests-go-1-14 :
21
+ tests-go-1-15 :
22
22
runs-on : ubuntu-latest
23
23
env :
24
24
GO111MODULE : on
25
25
steps :
26
26
- name : Checkout Source
27
27
uses : actions/checkout@v2
28
28
- name : Run Tests
29
- uses : cedrickring/golang-action/go1.14 @1.6 .0
29
+ uses : cedrickring/golang-action/go1.15 @1.7 .0
30
30
with :
31
31
args : make test
32
- tests-go-1-13 :
32
+ tests-go-1-14 :
33
33
runs-on : ubuntu-latest
34
34
env :
35
35
GO111MODULE : on
36
36
steps :
37
37
- name : Checkout Source
38
38
uses : actions/checkout@v2
39
39
- name : Run Tests
40
- uses : cedrickring/golang-action/go1.13 @1.6 .0
40
+ uses : cedrickring/golang-action/go1.14 @1.7 .0
41
41
with :
42
42
args : make test
43
43
coverage :
44
- needs : [tests-go-1-15 , tests-go-1-14 , tests-go-1-13 ]
44
+ needs : [tests-go-1-16 , tests-go-1-15 , tests-go-1-14 ]
45
45
runs-on : ubuntu-latest
46
46
env :
47
47
GO111MODULE : on
48
48
steps :
49
49
- name : Checkout Source
50
50
uses : actions/checkout@v2
51
51
- name : Create Test Coverage
52
- uses : cedrickring/golang-action@1.6 .0
52
+ uses : cedrickring/golang-action@1.7 .0
53
53
with :
54
54
args : make test-coverage
55
55
- name : Upload Test Coverage
Original file line number Diff line number Diff line change 17
17
- name : Set up Go
18
18
uses : actions/setup-go@v2
19
19
with :
20
- go-version : 1.15 .x
20
+ go-version : 1.16 .x
21
21
- name : Get release version
22
22
id : get_version
23
23
run : echo ::set-env name=RELEASE_VERSION::$(echo ${GITHUB_REF:10})
34
34
name : securego/gosec
35
35
username : ${{ secrets.DOCKER_USERNAME }}
36
36
password : ${{ secrets.DOCKER_PASSWORD }}
37
- buildargs : GO_VERSION=1.15
37
+ buildargs : GO_VERSION=1.16
38
38
tags : " latest,${{ env.RELEASE_VERSION }}"
39
39
tag_names : true
You can’t perform that action at this time.
0 commit comments