Skip to content

Commit 6c66737

Browse files
committed
Run tests on latest stable version
1 parent 515cd87 commit 6c66737

File tree

2 files changed

+3
-117
lines changed

2 files changed

+3
-117
lines changed

.github/workflows/main.yml.tmp

-114
This file was deleted.

.github/workflows/test.yml .github/workflows/testing.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Test
1+
name: Testing
22

33
on:
44
push:
@@ -17,7 +17,7 @@ jobs:
1717
- name: Set up Go
1818
uses: actions/setup-go@v2-beta
1919
with:
20-
go-version: 1.14
20+
go-version: ^1.14
2121
- name: Check out code
2222
uses: actions/checkout@v2
2323
- name: Check code quality
@@ -92,7 +92,7 @@ jobs:
9292
- name: Set up Go
9393
uses: actions/setup-go@v2-beta
9494
with:
95-
go-version: 1.14
95+
go-version: ^1.14
9696
- name: Check out code
9797
uses: actions/checkout@v2
9898
- name: Run tests

0 commit comments

Comments
 (0)