Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 83e32ed

Browse files
committed
Update Go version
1 parent 8023da8 commit 83e32ed

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
@@ -1,4 +1,4 @@
1-
name: Go
1+
name: build
22
on: [push, pull_request]
33
jobs:
44

@@ -7,10 +7,10 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99

10-
- name: Set up Go 1.13
10+
- name: Set up Go 1.15
1111
uses: actions/setup-go@v1
1212
with:
13-
go-version: 1.13
13+
go-version: 1.15.3
1414
id: go
1515

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

0 commit comments

Comments
 (0)