File tree Expand file tree Collapse file tree 2 files changed +12
-5
lines changed Expand file tree Collapse file tree 2 files changed +12
-5
lines changed Original file line number Diff line number Diff line change 1
1
name : CI Workflow
2
- on : [push, pull_request]
2
+ on : [pull_request]
3
3
4
4
jobs :
5
5
golangci :
6
6
strategy :
7
7
matrix :
8
- go-version : [1.15 .x]
8
+ go-version : [1.16 .x]
9
9
platform : [ubuntu-latest]
10
10
name : golangci-lint
11
11
runs-on : ${{ matrix.platform }}
21
21
docker :
22
22
strategy :
23
23
matrix :
24
- go-version : [1.15 .x]
24
+ go-version : [1.16 .x]
25
25
platform : [ubuntu-latest]
26
26
name : docker
27
27
runs-on : ${{ matrix.platform }}
38
38
tests :
39
39
strategy :
40
40
matrix :
41
- go-version : [1.13 .x, 1.14 .x, 1.15 .x]
41
+ go-version : [1.14 .x, 1.15 .x, 1.16 .x]
42
42
platform : [ubuntu-latest, macos-latest]
43
43
name : tests
44
44
runs-on : ${{ matrix.platform }}
61
61
coverage :
62
62
strategy :
63
63
matrix :
64
- go-version : [1.15 .x]
64
+ go-version : [1.16 .x]
65
65
platform : [ubuntu-latest]
66
66
name : coverage
67
67
runs-on : ${{ matrix.platform }}
Original file line number Diff line number Diff line change @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file.
3
3
4
4
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ )
5
5
6
+ ## [ 0.8.0] 2021-02-01
7
+ ### Added
8
+ - Tests for Go 1.16
9
+
10
+ ### Removed
11
+ - Tests for Go 1.13
12
+
6
13
## [ 0.7.0] 2020-09-26
7
14
### Added
8
15
- Run tests for Go 1.15
You can’t perform that action at this time.
0 commit comments