Skip to content

Commit

Permalink
Merge pull request #295 from Claych/clay-new-version
Browse files Browse the repository at this point in the history
bump version to 1.10.2
  • Loading branch information
Claych authored Apr 6, 2023
2 parents d7874a4 + ba94bb5 commit 4772e6c
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.10.2
* Enhancement - Upgrade Go version to 1.20

## 1.10.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.10.1
1.10.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-streams-for-fluent-bit

go 1.17
go 1.20

require (
github.com/aws/amazon-kinesis-firehose-for-fluent-bit v1.7.1
Expand Down

0 comments on commit 4772e6c

Please sign in to comment.