Skip to content

Commit 727b75a

Browse files
authored
Merge c8d51a3 into 9f05156
2 parents 9f05156 + c8d51a3 commit 727b75a

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
name: CI Workflow
2-
on: [push, pull_request]
2+
on: [pull_request]
33

44
jobs:
55
golangci:
66
strategy:
77
matrix:
8-
go-version: [1.15.x]
8+
go-version: [1.16.x]
99
platform: [ubuntu-latest]
1010
name: golangci-lint
1111
runs-on: ${{ matrix.platform }}
@@ -21,7 +21,7 @@ jobs:
2121
docker:
2222
strategy:
2323
matrix:
24-
go-version: [1.15.x]
24+
go-version: [1.16.x]
2525
platform: [ubuntu-latest]
2626
name: docker
2727
runs-on: ${{ matrix.platform }}
@@ -38,7 +38,7 @@ jobs:
3838
tests:
3939
strategy:
4040
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]
4242
platform: [ubuntu-latest, macos-latest]
4343
name: tests
4444
runs-on: ${{ matrix.platform }}
@@ -61,7 +61,7 @@ jobs:
6161
coverage:
6262
strategy:
6363
matrix:
64-
go-version: [1.15.x]
64+
go-version: [1.16.x]
6565
platform: [ubuntu-latest]
6666
name: coverage
6767
runs-on: ${{ matrix.platform }}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file.
33

44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
55

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+
613
## [0.7.0] 2020-09-26
714
### Added
815
- Run tests for Go 1.15

0 commit comments

Comments
 (0)