Skip to content

Commit eade2fb

Browse files
authored
Bump Go version to 1.13 (#31)
Signed-off-by: Marc Lopez <marc5.12@outlook.com>
1 parent 3a3c81f commit eade2fb

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/go.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,14 @@ name: Go
33
on: [push, pull_request]
44

55
jobs:
6-
76
build:
87
name: Build
98
runs-on: ubuntu-latest
109
steps:
11-
- name: Set up Go 1.12
10+
- name: Set up Go
1211
uses: actions/setup-go@v1
1312
with:
14-
go-version: 1.12
13+
go-version: 1.13
1514
id: go
1615

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

0 commit comments

Comments
 (0)