Skip to content

Commit

Permalink
fix: update supported Go versions (#2002)
Browse files Browse the repository at this point in the history
  • Loading branch information
enocom committed Oct 17, 2023
1 parent 74e0031 commit 68b85b6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v3
with:
go-version: "1.20"
go-version: "1.21"

- 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 @@ -27,7 +27,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v3
with:
go-version: "1.20"
go-version: "1.21"
- name: Install goimports
run: go install golang.org/x/tools/cmd/goimports@latest
- name: Checkout code
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
runs-on: "ubuntu-latest"
strategy:
matrix:
go-version: ["1.17", "1.18", "1.19", "1.20"]
go-version: ["1.19", "1.21"]
fail-fast: false
permissions:
contents: 'read'
Expand Down Expand Up @@ -125,7 +125,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v3
with:
go-version: "1.20"
go-version: "1.21"

- id: 'auth'
name: 'Authenticate to Google Cloud'
Expand Down

0 comments on commit 68b85b6

Please sign in to comment.