Skip to content

Commit

Permalink
Upgrade go version to 1.17
Browse files Browse the repository at this point in the history
Signed-off-by: Drew Zhang <[email protected]>
  • Loading branch information
DrewZhang13 committed Sep 23, 2021
1 parent 9b5e6e6 commit 17735e5
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
4 changes: 2 additions & 2 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.15
- name: Set up Go 1.17
uses: actions/setup-go@v2
with:
go-version: 1.15
go-version: 1.17
id: go

- name: Check out code into the Go module directory
Expand Down
14 changes: 13 additions & 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.12
go 1.17

require (
github.com/aws/amazon-kinesis-firehose-for-fluent-bit v1.5.1
Expand All @@ -14,3 +14,15 @@ require (
github.com/stretchr/testify v1.7.0
google.golang.org/protobuf v1.27.1
)

require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/jmespath/go-jmespath v0.4.0 // indirect
github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421 // indirect
github.com/modern-go/reflect2 v1.0.2 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/ugorji/go/codec v1.1.7 // indirect
golang.org/x/sys v0.0.0-20210423082822-04245dca01da // indirect
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
)

0 comments on commit 17735e5

Please sign in to comment.