Skip to content

Commit 5392baa

Browse files
Update go.yml
1 parent 22084fd commit 5392baa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/go.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ jobs:
66
runs-on: ubuntu-latest
77
steps:
88

9-
- name: Set up Go 1.14
9+
- name: Set up Go 1.15
1010
uses: actions/setup-go@v1
1111
with:
12-
go-version: 1.14
12+
go-version: 1.15
1313
id: go
1414

1515
- name: Check out code into the Go module directory
@@ -33,7 +33,7 @@ jobs:
3333
- uses: actions/checkout@v2
3434
- uses: actions/setup-go@v1
3535
with:
36-
go-version: 1.14
36+
go-version: 1.15
3737
- name: Get dependencies
3838
run: go get -v -t -d ./...
3939
- name: Run tests and generate coverage report

0 commit comments

Comments
 (0)