Skip to content

Commit

Permalink
feat: add support for Go 1.20 (#445)
Browse files Browse the repository at this point in the history
  • Loading branch information
jackwotherspoon authored Feb 2, 2023
1 parent de2fc79 commit 4df53ef
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cover.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v3
with:
go-version: "1.19"
go-version: "1.20"

- name: Checkout base branch
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v3
with:
go-version: "1.19"
go-version: "1.20"
- name: Checkout code
uses: actions/checkout@v3
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v3
with:
go-version: 1.19
go-version: "1.20"

- id: 'auth'
name: 'Authenticate to Google Cloud'
Expand Down Expand Up @@ -152,7 +152,7 @@ jobs:
matrix:
os: [macos-latest, windows-latest, ubuntu-latest]
goarch: ["", "386"]
go-version: [1.16, 1.17, 1.18, 1.19]
go-version: ["1.16", "1.17", "1.18", "1.19", "1.20"]
exclude:
- os: macos-latest
goarch: "386"
Expand Down

0 comments on commit 4df53ef

Please sign in to comment.