Changelog
6f7ab6c Add golang example
17c60cf Add nodejs example
e692321 Build using go modules
b14d48c Dockerfile: go 1.13.1
62c4826 Fix imports and go example folder name
d9d9388 Go 1.13 is out, bye Go 1.11! :D
8842b4c Go 1.13rc2 is here
28606ce Merge pull request #74 from fsouza/dependabot/pip/examples/python/google-cloud-storage-1.19.0
e7dbcf6 Merge pull request #75 from fsouza/dependabot/go_modules/cloud.google.com/go-0.45.1
0c5ef8b Merge pull request #76 from fsouza/dependabot/go_modules/google.golang.org/api-0.10.0
f360bee Merge pull request #77 from fsouza/dependabot/go_modules/cloud.google.com/go-0.46.2
aee2bda Merge pull request #78 from fsouza/dependabot/go_modules/cloud.google.com/go-0.46.3
bf32f43 Merge pull request #79 from fsouza/dependabot/pip/examples/python/google-cloud-storage-1.19.1
34ac458 Merge pull request #80 from zigius/master
26cb3b8 Merge pull request #81 from fsouza/dependabot/pip/examples/python/urllib3-1.25.5
7cca8b1 Merge pull request #82 from fsouza/dependabot/pip/examples/python/urllib3-1.25.6
6f1fecb Merge pull request #83 from fsouza/dependabot/pip/examples/python/google-cloud-storage-1.20.0
c34c45c Merge pull request #86 from fsouza/dependabot/go_modules/cloud.google.com/go/storage-1.1.0
52c19c8 Merge pull request #87 from fsouza/examples-ci
b656ac9 Merge pull request #88 from fsouza/dependabot/go_modules/google.golang.org/api-0.11.0
ac5dd9b Merge pull request #89 from fsouza/fix-node-example
41bddcb Remove unused deps
a7ae56c build(deps): bump cloud.google.com/go from 0.44.3 to 0.45.1
3cdbb36 build(deps): bump cloud.google.com/go from 0.45.1 to 0.46.2
70f29d5 build(deps): bump cloud.google.com/go from 0.46.2 to 0.46.3
e3487f0 build(deps): bump cloud.google.com/go/storage from 1.0.0 to 1.1.0
f838e20 build(deps): bump google-cloud-storage in /examples/python
5615948 build(deps): bump google-cloud-storage in /examples/python
18bb9a7 build(deps): bump google-cloud-storage in /examples/python
d7e0d3b build(deps): bump google.golang.org/api from 0.10.0 to 0.11.0
c7fd723 build(deps): bump google.golang.org/api from 0.9.0 to 0.10.0
ed88741 build(deps): bump urllib3 from 1.25.3 to 1.25.5 in /examples/python
76721cc build(deps): bump urllib3 from 1.25.5 to 1.25.6 in /examples/python
408ab43 ci/docker-build: only run sanity check after push
0c2eeb9 ci/run-python-example: remove redundant variables
05a7137 examples/go: cleanup
44dde47 examples/node: don't eat promise rejection
befc1d1 examples/node: ignore node_modules
d57cc43 examples/node: set projectId
9d485e1 examples: make python example compatible with the latest gcs lib
48f33d7 gh/workflows: move to file-base config for golangci-lint
99a88d7 github/workflows/main: no need to pass ./... to golangci-lint
4f3fb09 github/workflows/main: rename to Build
cf3f822 github/workflows/main: run node and go examples in CI
b86ad6c github/workflows/main: set GOROOT in the golang image
eb67e8d github/workflows: avoid spaces in names
d212a0b github/workflows: use full versions and .x notation for go
40a20c6 go mod tidy
cca34bb go mod tidy
7fc2365 go mod tidy
a541ebd go mod tidy
796df17 golangci: disable errcheck
20f7c92 golangci: disable funlen on tests
85ed4c2 golangci: disable gocognit and wsl
d6cc012 readme: add badge for gh actions
acb4113 readme: update gh actions badges