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:
13
13
runs-on : ubuntu-latest
14
14
steps :
15
15
16
- - name : Set up Go 1.17
16
+ - name : Set up Go 1.20
17
17
uses : actions/setup-go@v2
18
18
with :
19
- go-version : 1.17
19
+ go-version : " 1.20 "
20
20
id : go
21
21
22
22
- name : Install cross-compiler for Windows
26
26
uses : actions/checkout@v2
27
27
28
28
- name : golint
29
- run : go get -u golang.org/x/lint/golint
29
+ run : go install golang.org/x/lint/golint@latest
30
30
31
31
- name : Build
32
32
run : make build windows-release test
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 1.7.2
4
+ * Enhancement - upgrade Go version to 1.20
5
+
3
6
## 1.7.1
4
7
* Enhancement - Added different base user agent for Linux and Windows
5
8
Original file line number Diff line number Diff line change 1
- 1.7.1
1
+ 1.7.2
Original file line number Diff line number Diff line change 1
1
module github.com/aws/amazon-kinesis-firehose-for-fluent-bit
2
2
3
- go 1.17
3
+ go 1.20
4
4
5
5
require (
6
6
github.com/aws/aws-sdk-go v1.44.229
You can’t perform that action at this time.
0 commit comments