Skip to content

Commit 374a371

Browse files
author
Alex Kahn
authored
chore(ci): test against modern Go versions (#417)
* ci: test against modern Go versions * ci: generate go source * chore: tidy
1 parent ba44130 commit 374a371

File tree

241 files changed

+834
-558
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

241 files changed

+834
-558
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
strategy:
3434
matrix:
3535
os: [ubuntu-latest, macOS-latest, windows-latest]
36-
go_version: [1.14.x, 1.15.x]
36+
go_version: [1.17.x, 1.18.x, 1.19.x]
3737
runs-on: ${{ matrix.os }}
3838
steps:
3939
- name: Install Go ${{ matrix.go }}

.github/workflows/verify-go-src.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
matrix:
1515
os: [ubuntu-latest]
16-
go_version: [1.15.x]
16+
go_version: [1.19.x]
1717
runs-on: ${{ matrix.os }}
1818
steps:
1919
- name: Install Go ${{ matrix.go }}

go.mod

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,10 @@ require (
1414
github.com/kyoh86/richgo v0.3.3
1515
github.com/myitcv/gobin v0.0.14
1616
github.com/pkg/errors v0.9.1
17+
github.com/rogpeppe/go-internal v1.9.0 // indirect
1718
github.com/rsc/goversion v1.2.0
1819
github.com/sirupsen/logrus v1.6.0
1920
github.com/stretchr/testify v1.7.0
2021
golang.org/x/net v0.0.0-20201224014010-6772e930b67b // indirect
22+
golang.org/x/sys v0.4.0 // indirect
2123
)

go.sum

Lines changed: 6 additions & 85 deletions
Large diffs are not rendered by default.

go/plumbing/operations/add_member_to_account_parameters.go

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

go/plumbing/operations/add_member_to_account_responses.go

Lines changed: 4 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

go/plumbing/operations/cancel_account_parameters.go

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

go/plumbing/operations/cancel_account_responses.go

Lines changed: 4 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

go/plumbing/operations/cancel_site_deploy_parameters.go

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

go/plumbing/operations/cancel_site_deploy_responses.go

Lines changed: 4 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)