Skip to content

Commit

Permalink
chore: Remove deprecated build constraints (#3306)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandear authored Oct 14, 2024
1 parent 5e806b6 commit 8fbbcf8
Show file tree
Hide file tree
Showing 14 changed files with 2 additions and 14 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@

go-github is a Go client library for accessing the [GitHub API v3][].

Currently, **go-github tests against Go version 1.22 and greater**. go-github tracks
**go-github requires Go version 1.17 and greater** and
the library is tested against Go version 1.22 and greater. go-github tracks
[Go's version support policy][support-policy]. We do our best not to break
older versions of Go if we don't have to, but due to tooling constraints, we
don't always test older versions.
Expand Down
1 change: 0 additions & 1 deletion github/gen-accessors.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
// license that can be found in the LICENSE file.

//go:build ignore
// +build ignore

// gen-accessors generates accessor methods for structs with pointer fields.
//
Expand Down
1 change: 0 additions & 1 deletion github/gen-stringify-test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
// license that can be found in the LICENSE file.

//go:build ignore
// +build ignore

// gen-stringify-test generates test methods to test the String methods.
//
Expand Down
1 change: 0 additions & 1 deletion github/with_appengine.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
// license that can be found in the LICENSE file.

//go:build appengine
// +build appengine

// This file provides glue for making github work on App Engine.

Expand Down
1 change: 0 additions & 1 deletion github/without_appengine.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
// license that can be found in the LICENSE file.

//go:build !appengine
// +build !appengine

// This file provides glue for making github work without App Engine.

Expand Down
1 change: 0 additions & 1 deletion test/integration/activity_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
// license that can be found in the LICENSE file.

//go:build integration
// +build integration

package integration

Expand Down
1 change: 0 additions & 1 deletion test/integration/audit_log_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
// license that can be found in the LICENSE file.

//go:build integration
// +build integration

package integration

Expand Down
1 change: 0 additions & 1 deletion test/integration/authorizations_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
// license that can be found in the LICENSE file.

//go:build integration
// +build integration

package integration

Expand Down
1 change: 0 additions & 1 deletion test/integration/github_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
// license that can be found in the LICENSE file.

//go:build integration
// +build integration

package integration

Expand Down
1 change: 0 additions & 1 deletion test/integration/issues_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
// license that can be found in the LICENSE file.

//go:build integration
// +build integration

package integration

Expand Down
1 change: 0 additions & 1 deletion test/integration/misc_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
// license that can be found in the LICENSE file.

//go:build integration
// +build integration

package integration

Expand Down
1 change: 0 additions & 1 deletion test/integration/pulls_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
// license that can be found in the LICENSE file.

//go:build integration
// +build integration

package integration

Expand Down
1 change: 0 additions & 1 deletion test/integration/repos_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
// license that can be found in the LICENSE file.

//go:build integration
// +build integration

package integration

Expand Down
1 change: 0 additions & 1 deletion test/integration/users_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
// license that can be found in the LICENSE file.

//go:build integration
// +build integration

package integration

Expand Down

0 comments on commit 8fbbcf8

Please sign in to comment.