File tree 2 files changed +9
-9
lines changed 2 files changed +9
-9
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-14 :
10
+ tests-go-1-15 :
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/[email protected]
18
+ uses : cedrickring/golang-action/go1.15 @1.5.1
19
19
with :
20
20
args : make test
21
- tests-go-1-13 :
21
+ tests-go-1-14 :
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.13 @1.5.1
29
+ uses : cedrickring/golang-action/go1.14 @1.5.1
30
30
with :
31
31
args : make test
32
- tests-go-1-12 :
32
+ tests-go-1-13 :
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.12 @1.5.1
40
+ uses : cedrickring/golang-action/go1.13 @1.5.1
41
41
with :
42
42
args : make test
43
43
coverage :
44
- needs : [tests-go-1-14 , tests-go-1-13 , tests-go-1-12 ]
44
+ needs : [tests-go-1-15 , tests-go-1-14 , tests-go-1-13 ]
45
45
runs-on : ubuntu-latest
46
46
env :
47
47
GO111MODULE : on
Original file line number Diff line number Diff line change 16
16
- name : Set up Go
17
17
uses : actions/setup-go@v1
18
18
with :
19
- go-version : 1.14 .x
19
+ go-version : 1.15 .x
20
20
- name : Get release version
21
21
id : get_version
22
22
run : echo ::set-env name=RELEASE_VERSION::$(echo ${GITHUB_REF:10})
33
33
name : securego/gosec
34
34
username : ${{ secrets.DOCKER_USERNAME }}
35
35
password : ${{ secrets.DOCKER_PASSWORD }}
36
- buildargs : GO_VERSION=1.14
36
+ buildargs : GO_VERSION=1.15
37
37
tags : " latest,${{ env.RELEASE_VERSION }}"
38
38
tag_names : true
You can’t perform that action at this time.
0 commit comments