Skip to content

Commit

Permalink
Merge pull request #245 from Claych/1.7.2
Browse files Browse the repository at this point in the history
Bump version to 1.7.2
  • Loading branch information
Claych committed Apr 6, 2023
2 parents 1c096f3 + e4b6031 commit dcbe1a0
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
runs-on: ubuntu-latest
steps:

- name: Set up Go 1.17
- name: Set up Go 1.20
uses: actions/setup-go@v2
with:
go-version: 1.17
go-version: "1.20"
id: go

- name: Install cross-compiler for Windows
Expand All @@ -26,7 +26,7 @@ jobs:
uses: actions/checkout@v2

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

- name: Build
run: make build windows-release test
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## 1.7.2
* Enhancement - upgrade Go version to 1.20

## 1.7.1
* Enhancement - Added different base user agent for Linux and Windows

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.7.1
1.7.2
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/aws/amazon-kinesis-firehose-for-fluent-bit

go 1.17
go 1.20

require (
github.com/aws/aws-sdk-go v1.44.229
Expand Down

0 comments on commit dcbe1a0

Please sign in to comment.