Skip to content

Commit

Permalink
fix: builds for go1.17 (#794)
Browse files Browse the repository at this point in the history
  • Loading branch information
harshavardhana authored Sep 1, 2021
1 parent 6c0f923 commit e845cd0
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
go-version: [1.16.x]
go-version: [1.16.x, 1.17.x]
os: [ubuntu-latest]
steps:
- uses: actions/checkout@v2
Expand Down
1 change: 1 addition & 0 deletions logsearchapi/main.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
//go:build go1.13
// +build go1.13

/*
Expand Down
1 change: 1 addition & 0 deletions logsearchapi/server/auth.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
//go:build go1.13
// +build go1.13

/*
Expand Down
1 change: 1 addition & 0 deletions logsearchapi/server/constants.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
//go:build go1.13
// +build go1.13

/*
Expand Down
1 change: 1 addition & 0 deletions logsearchapi/server/db.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
//go:build go1.13
// +build go1.13

/*
Expand Down
1 change: 1 addition & 0 deletions logsearchapi/server/events.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
//go:build go1.13
// +build go1.13

/*
Expand Down
1 change: 1 addition & 0 deletions logsearchapi/server/partitions.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
//go:build go1.13
// +build go1.13

/*
Expand Down
1 change: 1 addition & 0 deletions logsearchapi/server/query.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
//go:build go1.13
// +build go1.13

/*
Expand Down
1 change: 1 addition & 0 deletions logsearchapi/server/server.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
//go:build go1.13
// +build go1.13

/*
Expand Down
1 change: 1 addition & 0 deletions main.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
//go:build go1.13
// +build go1.13

/*
Expand Down
1 change: 1 addition & 0 deletions pkg/apis/minio.min.io/v1/zz_generated.deepcopy.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions pkg/apis/minio.min.io/v2/zz_generated.deepcopy.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e845cd0

Please sign in to comment.