File tree Expand file tree Collapse file tree 4 files changed +8
-5
lines changed
Expand file tree Collapse file tree 4 files changed +8
-5
lines changed Original file line number Diff line number Diff 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
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
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 1.10.2
4+ * Enhancement - Upgrade Go version to 1.20
5+
36## 1.10.1
47* Enhancement - Added different base user agent for Linux and Windows
58
Original file line number Diff line number Diff line change 1- 1.10.1
1+ 1.10.2
Original file line number Diff line number Diff line change 11module github.com/aws/amazon-kinesis-streams-for-fluent-bit
22
3- go 1.17
3+ go 1.20
44
55require (
66 github.com/aws/amazon-kinesis-firehose-for-fluent-bit v1.7.1
You can’t perform that action at this time.
0 commit comments