Skip to content

Commit dcbe1a0

Browse files
authored
Merge pull request #245 from Claych/1.7.2
Bump version to 1.7.2
2 parents 1c096f3 + e4b6031 commit dcbe1a0

File tree

4 files changed

+8
-5
lines changed

4 files changed

+8
-5
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515

16-
- name: Set up Go 1.17
16+
- name: Set up Go 1.20
1717
uses: actions/setup-go@v2
1818
with:
19-
go-version: 1.17
19+
go-version: "1.20"
2020
id: go
2121

2222
- name: Install cross-compiler for Windows
@@ -26,7 +26,7 @@ jobs:
2626
uses: actions/checkout@v2
2727

2828
- name: golint
29-
run: go get -u golang.org/x/lint/golint
29+
run: go install golang.org/x/lint/golint@latest
3030

3131
- name: Build
3232
run: make build windows-release test

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
## 1.7.2
4+
* Enhancement - upgrade Go version to 1.20
5+
36
## 1.7.1
47
* Enhancement - Added different base user agent for Linux and Windows
58

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.7.1
1+
1.7.2

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/aws/amazon-kinesis-firehose-for-fluent-bit
22

3-
go 1.17
3+
go 1.20
44

55
require (
66
github.com/aws/aws-sdk-go v1.44.229

0 commit comments

Comments
 (0)