Skip to content

Commit d6b1788

Browse files
author
Christian González Di Antonio
committed
updated github actions to 1.15 golang version
1 parent dd5d6c3 commit d6b1788

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.github/workflows/develop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Set up Go 1.x
2323
uses: actions/setup-go@v2
2424
with:
25-
go-version: ^1.14
25+
go-version: ^1.15
2626
id: go
2727

2828
- name: Check out code into the Go module directory

.github/workflows/master.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Set up Go 1.x
2727
uses: actions/setup-go@v2
2828
with:
29-
go-version: ^1.14
29+
go-version: ^1.15
3030
id: go
3131

3232
- name: Check out code into the Go module directory
@@ -54,7 +54,7 @@ jobs:
5454
- name: Set up Go 1.x
5555
uses: actions/setup-go@v2
5656
with:
57-
go-version: ^1.14
57+
go-version: ^1.15
5858
id: go
5959

6060
- name: Check out code into the Go module directory
@@ -86,7 +86,7 @@ jobs:
8686
- name: Set up Go 1.x
8787
uses: actions/setup-go@v2
8888
with:
89-
go-version: ^1.14
89+
go-version: ^1.15
9090
id: go
9191

9292
- name: Check out code into the Go module directory

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Set up Go 1.x
1919
uses: actions/setup-go@v2
2020
with:
21-
go-version: ^1.14
21+
go-version: ^1.15
2222
id: go
2323

2424
- name: Check out code into the Go module directory
@@ -41,7 +41,7 @@ jobs:
4141
- name: Set up Go 1.x
4242
uses: actions/setup-go@v2
4343
with:
44-
go-version: ^1.14
44+
go-version: ^1.15
4545
id: go
4646

4747
- name: Check out code into the Go module directory
@@ -73,7 +73,7 @@ jobs:
7373
- name: Set up Go 1.x
7474
uses: actions/setup-go@v2
7575
with:
76-
go-version: ^1.14
76+
go-version: ^1.15
7777
id: go
7878

7979
- name: Check out code into the Go module directory
@@ -156,7 +156,7 @@ jobs:
156156
- name: Set up Go 1.x
157157
uses: actions/setup-go@v2
158158
with:
159-
go-version: ^1.14
159+
go-version: ^1.15
160160
id: go
161161

162162
- name: Check out code into the Go module directory

0 commit comments

Comments
 (0)