Skip to content

Commit 97845bb

Browse files
committed
Update build.yml
1 parent 47d32ed commit 97845bb

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,12 @@ jobs:
1212
build:
1313
name: Build
1414
runs-on: ubuntu-latest
15-
timeout-minutes: 5
15+
timeout-minutes: 3
1616
steps:
17-
- name: Set up Go 1.15
18-
uses: actions/setup-go@v1
17+
- name: Set up Go 1.16
18+
uses: actions/setup-go@v2
1919
with:
20-
go-version: 1.15
21-
id: go
20+
go-version: 1.16
2221
- name: Check out code into the Go module directory
2322
uses: actions/checkout@v2
2423
- name: Test

0 commit comments

Comments
 (0)