Skip to content

Commit 8f35aa1

Browse files
committed
Update to 1.17
1 parent 1889809 commit 8f35aa1

File tree

6 files changed

+8
-9
lines changed

6 files changed

+8
-9
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
fail-fast: false
1010
matrix:
11-
go: [1.16, 1.17, 1.18]
11+
go: [1.17, 1.18, 1.19]
1212

1313
steps:
1414
- name: Set up Go ${{ matrix.go }}
@@ -49,10 +49,10 @@ jobs:
4949
GO111MODULE: off
5050

5151
steps:
52-
- name: Set up Go 1.16
52+
- name: Set up Go 1.17
5353
uses: actions/setup-go@v3
5454
with:
55-
go-version: 1.16
55+
go-version: 1.17
5656

5757
- name: Check out code into GOPATH
5858
uses: actions/checkout@v2

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Set up Go
3232
uses: actions/setup-go@v3
3333
with:
34-
go-version: 1.16
34+
go-version: 1.17
3535

3636
- name: Install golint
3737
run: go install golang.org/x/lint/golint@latest

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- name: Set up Go
4343
uses: actions/setup-go@v3
4444
with:
45-
go-version: 1.16
45+
go-version: 1.17
4646

4747
- name: Install golint
4848
run: go install golang.org/x/lint/golint@latest

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ requests, code review feedback, and also pull requests.
4242
## Supported Go Versions
4343

4444
The Admin Go SDK is compatible with at least the three most recent, major Go releases.
45-
We currently support Go v1.16 and higher.
45+
We currently support Go v1.17 and higher.
4646
[Continuous integration](https://github.com/firebase/firebase-admin-go/actions) system
47-
tests the code on Go v1.16 through v1.18.
47+
tests the code on Go v1.17 through v1.19.
4848

4949
## Documentation
5050

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module firebase.google.com/go/v4
22

3-
go 1.16
3+
go 1.17
44

55
require (
66
cloud.google.com/go/firestore v1.6.1

go.sum

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,6 @@ golang.org/x/lint v0.0.0-20191125180803-fdd1cda4f05f/go.mod h1:5qLYkcX4OjUUV8bRu
230230
golang.org/x/lint v0.0.0-20200130185559-910be7a94367/go.mod h1:3xt1FjdF8hUf6vQPIChWIBhFzV8gjjsPE/fR3IyQdNY=
231231
golang.org/x/lint v0.0.0-20200302205851-738671d3881b/go.mod h1:3xt1FjdF8hUf6vQPIChWIBhFzV8gjjsPE/fR3IyQdNY=
232232
golang.org/x/lint v0.0.0-20201208152925-83fdc39ff7b5/go.mod h1:3xt1FjdF8hUf6vQPIChWIBhFzV8gjjsPE/fR3IyQdNY=
233-
golang.org/x/lint v0.0.0-20210508222113-6edffad5e616 h1:VLliZ0d+/avPrXXH+OakdXhpJuEoBZuwh1m2j7U6Iug=
234233
golang.org/x/lint v0.0.0-20210508222113-6edffad5e616/go.mod h1:3xt1FjdF8hUf6vQPIChWIBhFzV8gjjsPE/fR3IyQdNY=
235234
golang.org/x/mobile v0.0.0-20190312151609-d3739f865fa6/go.mod h1:z+o9i4GpDbdi3rU15maQ/Ox0txvL9dWGYEHz965HBQE=
236235
golang.org/x/mobile v0.0.0-20190719004257-d2bd2a29d028/go.mod h1:E/iHnbuqvinMTCcRqshq8CkpyQDoeVncDDYHnLhea+o=

0 commit comments

Comments
 (0)