Commit Graph

9 Commits

Author SHA1 Message Date
Knative Automation cb270b3a43
upgrade to latest dependencies (#815)
bumping google.golang.org/genproto bbf56f3...83a465c:
  > 83a465c chore(all): update all (# 1070)
  > 419f025 chore(all): update actions/github-script action to v7 (# 1071)
bumping google.golang.org/genproto/googleapis/api bbf56f3...83a465c:
  > 83a465c chore(all): update all (# 1070)
  > 419f025 chore(all): update actions/github-script action to v7 (# 1071)
bumping github.com/google/uuid 8de8764...4d47f8e:
  > 4d47f8e chore(master): release 1.5.0 (# 145)
  > 9ee7366 feat: Validate UUID without creating new UUID (# 141)
  > b35aa6a add uuid version 6 and 7 (# 139)
bumping knative.dev/pkg 9386ad6...03265f7:
  > 03265f7 Bump golang.org/x/tools from 0.16.0 to 0.16.1 (# 2917)
  > 155eba4 Bump google.golang.org/api from 0.153.0 to 0.154.0 (# 2920)
  > d71ca9a Bump cloud.google.com/go/storage from 1.35.1 to 1.36.0 (# 2918)
  > 5413322 Bump github.com/google/uuid from 1.4.0 to 1.5.0 (# 2916)
  > 4914c47 Bump google.golang.org/api from 0.152.0 to 0.153.0 (# 2914)
  > 9ad79ff Bump actions/setup-go from 4 to 5 (# 2913)
bumping golang.org/x/tools a9ef4cf...2acb2e6:
  > 2acb2e6 gopls/internal/test/marker: minor clean up of marker test doc
  > 28b92af internal/typeparams: eliminate remainining compatibility shims
  > ee35f8e gopls/internal/lsp/source: hovering over broken packages is not an error
  > 67611a1 internal/typeparams: eliminate type aliases
  > 23c86e8 internal/typeparams: delete const Enabled=true and simplify
  > e46688f gopls/internal/analysis/fillstruct: don't panic with invalid fields
  > 8bd7553 gopls/internal/util/goversion: warn about EOL for Go 1.18
  > bc9cd15 gopls/internal/settings: remove MemoryMode option
  > bbc30f1 gopls/protocol: Allow AnnotatedTextEdits
  > f40889d gopls/internal/analysis/stubmethods: fix OOB panic in fromValueSpec
  > 113a081 gopls/internal/lsp/protocol: report panics in RPC goroutines
  > 0640701 gopls/internal: don't bug.Report when given an invalid position
  > 90c60a2 gopls/internal/lsp/source: forgive inliner failures in ill-typed code
  > 6823dc4 go/ssa: tidy the docs
  > f580f77 cmd/deadcode: publish internal/cmd/deadcode
  > 7590aeb gopls/internal/lsp/source: improve method hover
  > 8e821ab gopls/internal/server: tidy imports, fix build
  > 1b28e5d gopls/internal/lsp/protocol: eliminate NonstandardRequest
  > 1153928 go/packages: improve docs of 'go list' and GOPACKAGESDRIVER
  > c4e846a gopls/internal/analysis: improve analyzer docs
  > 003c81d internal/diff: eliminate duplicate code with generics
  > 5e672e2 gopls/internal/lsp/source: add test for rename spurious shadowing
  > 9dce7c1 Revert "gopls/internal/server: rewrite the server diagnostic tracking"
  > c8cb6a3 gopls/doc: add a note updating the original design doc
  > 184d2a7 gopls/internal/server: rewrite the server diagnostic tracking
  > 625a693 gopls/internal/lsp/cache: move gc_details toggle state to the snapshot
  > 7e4a1ff internal/lsp/command: allow //go:generate command access network
  > c7cadca gopls/internal/cmd: remove gopls.run_vulncheck example
  > 79d4e32 gopls/internal/lsp/cache/parsego: clamp positions when fixing statements
  > 58556d1 gopls/internal/lsp/protocol/generate: restore indentation
  > c4f958a gopls/internal/cmd: add 'execute' command
  > d146c60 gopls/internal/test/marker: move ExitIfSmallMachine back to TestMain
  > b74ea80 gopls/internal/lsp/source/completion: support more postfix completion for map and slice (len, for, forr)
  > ca243bd gopls/internal/server: simplify snapshot diagnostics
  > c0305a8 gopls/internal/lsp/server: simplify logic for diagnosing changed files
  > ee21c63 gopls/internal/test: move the tests
  > 83512c4 internal/lsp/source/completion/snippet: move from lsp/snippet
  > c21f267 gopls/internal/lsp: remove lsp path segment
  > 5995d31 gopls/internal/util: more renamings
  > 8c1b662 gopls/internal/analysis: rename lsp/analysis -> analysis
  > d599a86 gopls: move marker tests to internal/test/marker
  > 6dd3b2b gopls/internal/server: superficial clean up of diagnostics
  > 5fb3132 gopls/internal/lsp: delete dead code
  > 1b1e4da internal/imports: remove duplicate unused imports
  > 42c4470 gopls/protocol/generate: files to generate lsp stubs
  > f291bf8 gopls: update lsp stubs
  > db5acf6 gopls/internal/util: move lru,frob,bug,{ast,types,path}util here
  > 147b88d internal/server: factor protocol.NonNilSlice
  > 6e052bb gopls/internal/server: rename from lsp
  > 30c5d24 gopls/internal/lsp/cache/metadata: rename Metadata to Package
  > 8cd8121 gopls/internal/regtest: avoid file segments ending in a period
  > c8019b9 gopls/internal/lsp/cache: move ignoreFilter onto View
  > f930faf gopls/internal/lsp: remove analysisMode, and other unused params
  > c04fbc0 gopls/internal/lsp: cleanups to view logic
  > 64f8a68 gopls: remove unnecessary conversions
  > 12b4de1 gopls/internal/lsp/source: fix hover for objects in unsafe
  > 4cbc053 gopls/internal/lsp: invert the import between cache and source
  > ad85a67 gopls/internal/lsp/source: eliminate AnalyzerErrorKind
  > 2c02506 gopls/internal/lsp/cache: clean up more references to the source package
  > 0454d64 gopls/internal/lsp/source/typerefs: move to ../cache/typerefs
  > d2ba90b gopls/internal/lsp/source/methodsets: move to ../cache/methodsets
  > e3785e8 gopls/internal/lsp/source/xrefs: move to ../cache/xrefs
  > ef6cba8 gopls/internal/lsp/cache: move parsing types / algorithm to parsego
  > b9a0354 gopls/internal/lsp/cache: split metadata related types into a package
  > 87aa71c gopls/internal/lsp/cache: move load diagnostics to packageHandle
  > b405134 gopls/internal/telemetry/cmd/stacks: skip gopls@devel
  > 73e70de gopls/internal/lsp: factor showMessage calls
  > 1896879 gopls: enable telemetry uploading only with 'serve'
  > eee280c gopls/internal/lsp/protocol: reject non-'file' scheme DocumentURIs
  > 72ee4f8 gopls/internal/lsp/source/extract: don't assume Scope.Pos
  > 781b218 gopls/internal/lsp/source: move NodeContains into the astutil pkg
  > 2d18617 gopls/internal/lsp/cache: clean up unnecessary type checking indirection
  > 98d026b go/analysis/analysistest: allow End=0 (meaning End=Pos) in RunWithSuggestedFixes
  > 67f59a0 gopls/internal/lsp/cache: don't rebuild filters for each modcache dir
bumping google.golang.org/api c18c15e...08bc733:
  > 08bc733 chore(main): release 0.154.0 (# 2292)
  > 861bc79 chore(all): update module github.com/google/go-github/v52 to v57 (# 2289)
  > be0daf0 feat(all): auto-regenerate discovery clients (# 2300)
  > 432541d chore(all): update all (# 2288)
  > d27a8e0 feat(all): auto-regenerate discovery clients (# 2298)
  > e5e778a feat(all): auto-regenerate discovery clients (# 2297)
  > 161a8e5 feat(all): auto-regenerate discovery clients (# 2295)
  > c059038 feat(all): auto-regenerate discovery clients (# 2294)
  > cefa0cd feat(all): auto-regenerate discovery clients (# 2293)
  > 46421d4 feat(transport): add OpenTelemetry context propagation (# 2127)
  > 81cfcf1 chore(main): release 0.153.0 (# 2277)
  > 4aaad57 feat: update workloadmanager api manually (# 2282)
  > 0a6ebe4 feat(all): auto-regenerate discovery clients (# 2291)
  > 9f55397 feat(all): auto-regenerate discovery clients (# 2290)
  > 4148872 feat(all): auto-regenerate discovery clients (# 2287)
  > 7897739 feat(all): auto-regenerate discovery clients (# 2286)
  > bdc87de feat(all): auto-regenerate discovery clients (# 2283)
  > e648a9d feat: expose experimental universe-related options (# 2264)
  > e8e2895 feat(all): auto-regenerate discovery clients (# 2280)
  > d07fe32 feat(all): auto-regenerate discovery clients (# 2279)
  > 510f0f9 feat(all): auto-regenerate discovery clients (# 2276)
bumping github.com/go-logr/logr 4da5305...8adefbe:
  > 8adefbe docs: interoperability with slog
  > ebabbb9 build(deps): bump github/codeql-action from 2.22.3 to 2.22.4
  > 9c361f0 build(deps): bump actions/checkout from 4.1.0 to 4.1.1
  > d9b2b78 Merge pull request # 229 from go-logr/dependabot/github_actions/github/codeql-action-2.22.3
  > 2ea8628 Merge pull request # 228 from go-logr/dependabot/github_actions/github/codeql-action-2.22.0
  > 91cec29 build(deps): bump github/codeql-action from 2.22.0 to 2.22.3
  > 37a4f55 Merge pull request # 227 from go-logr/dependabot/github_actions/ossf/scorecard-action-2.3.0
  > ecf310c build(deps): bump github/codeql-action from 2.21.9 to 2.22.0
  > 1d1c415 Merge pull request # 226 from go-logr/dependabot/github_actions/github/codeql-action-2.21.9
  > d73e05e build(deps): bump ossf/scorecard-action from 2.2.0 to 2.3.0
  > 2472ace Merge pull request # 225 from go-logr/dependabot/github_actions/actions/checkout-4.1.0
  > 83882e3 build(deps): bump github/codeql-action from 2.21.8 to 2.21.9
  > 152caf3 Merge pull request # 224 from go-logr/dependabot/github_actions/github/codeql-action-2.21.8
  > 2c41c0d build(deps): bump actions/checkout from 4.0.0 to 4.1.0
  > 9e1091d Merge pull request # 223 from go-logr/dependabot/github_actions/github/codeql-action-2.21.7
  > 148c77e build(deps): bump github/codeql-action from 2.21.7 to 2.21.8
  > b75243e Merge pull request # 221 from go-logr/dependabot/github_actions/actions/upload-artifact-3.1.3
  > cfad582 build(deps): bump github/codeql-action from 2.21.5 to 2.21.7
  > 3ad2e7a Merge pull request # 220 from go-logr/dependabot/github_actions/actions/checkout-4.0.0
  > 91fb740 build(deps): bump actions/upload-artifact from 3.1.2 to 3.1.3
  > 5dda621 Merge pull request # 219 from thockin/master
  > 459a36c build(deps): bump actions/checkout from 3.6.0 to 4.0.0
  > eb5bf2d Merge pull request # 218 from thockin/calldepth_enabled_consistent
  > 314b74e test: eliminate helper func
  > d0d35d7 Merge pull request # 217 from go-logr/dependabot/github_actions/github/codeql-action-2.21.5
  > af7b2b7 Use same call depth for Enabled, Info, Error
  > eea184c Merge pull request # 214 from go-logr/dependabot/github_actions/actions/checkout-3.6.0
  > b937b2a build(deps): bump github/codeql-action from 2.21.4 to 2.21.5
  > 7bf6c82 slogr: add SlogSink
  > a42871c build(deps): bump actions/checkout from 3.5.3 to 3.6.0
  > 358130c slogr: restore original backend when converting back and forth
  > b785b9f slogr: add glue code for logging to slog.Handler and with slog.Logger
  > 50e47a6 add Logger.GetV
  > ad8352a build(deps): bump github/codeql-action from 2.21.3 to 2.21.4
  > 533f1c5 build(deps): bump golangci/golangci-lint-action from 3.6.0 to 3.7.0
  > bde80be Merge pull request # 206 from go-logr/dependabot/github_actions/actions/setup-go-4.1.0
  > 043bb14 Merge pull request # 207 from go-logr/dependabot/github_actions/github/codeql-action-2.21.3
  > 9bd8235 build(deps): bump actions/setup-go from 4.0.1 to 4.1.0
  > 4c4e60e Merge pull request # 203 from thockin/bump_go_1_18
  > 7ad7fbc build(deps): bump github/codeql-action from 2.21.2 to 2.21.3
  > b8912c3 build(deps): bump github/codeql-action from 2.21.0 to 2.21.2
  > 10d92fc Search and replace interface{} -> any
  > 4e7199f build(deps): bump github/codeql-action from 2.20.4 to 2.21.0
  > 7078b55 Bump go versions to 1.18+
  > ff91da8 build(deps): bump github/codeql-action from 2.20.3 to 2.20.4
  > 9cbcf50 Merge pull request # 191 from go-logr/dependabot/github_actions/github/codeql-action-2.20.3
  > 7ece47f Merge pull request # 190 from go-logr/dependabot/github_actions/actions/setup-go-4.0.1
  > a548a7e build(deps): bump github/codeql-action from 2.20.1 to 2.20.3
  > 0ad2c4b Merge pull request # 189 from pnacht/pinned-deps
  > dac64b6 build(deps): bump actions/setup-go from 3.5.0 to 4.0.1
  > 73d5d25 README: show of OpenSSF Scorecard badge
  > dc28fa9 Update scorecard workflow Actions
  > 4e0403a Create scorecard.yml
  > 3372189 Add dependabot to monitor Actions
  > 6134c6a docs: explain relationship between Logger{} and Discard()
  > 9e8bbfc Hash-pin workflow Actions
  > 5d57712 Update security email
  > c331f48 Add a security policy (with placeholder email)
  > 4058b9a  Add write permissions to assign.yaml
  > fef7432  Add top-level read-only token permissions
  > 82f9555 Merge pull request # 173 from thockin/master
  > d1187da funcr: better tests for JSON output
  > 930897a Fix lint failures
  > b95cdeb funcr: Fix wrong prefix in JSON mode
bumping google.golang.org/genproto/googleapis/rpc 83a465c...3a041ad:
  > 3a041ad chore(all): update all to 83a465c (# 1072)

Signed-off-by: Knative Automation <automation@knative.team>
2023-12-19 12:51:58 +00:00
Knative Automation b3781bc47a
upgrade to latest dependencies (#806)
bumping knative.dev/pkg b7a62c0...35011d4:
  > 35011d4 upgrade to latest dependencies (# 2892)
  > 5c9b7a8 upgrade to latest dependencies (# 2887)
  > acf0a2d Bump google.golang.org/api from 0.148.0 to 0.149.0 (# 2891)
  > 5e1261a Bump cloud.google.com/go/storage from 1.33.0 to 1.34.1 (# 2890)
  > 3b3f4e4 Bump github.com/gorilla/websocket from 1.5.0 to 1.5.1 (# 2889)
  > 8bf0f54 Bump golang.org/x/sync from 0.4.0 to 0.5.0 (# 2888)
  > fac3a4f fix closure variable in filtered factory (# 2884)
  > a6c730f upgrade to latest dependencies (# 2882)
  > b09d4f2 Bump sigs.k8s.io/yaml from 1.3.0 to 1.4.0 (# 2879)
  > 9f71af7 Bump github.com/google/uuid from 1.3.1 to 1.4.0 (# 2878)
bumping google.golang.org/genproto d307bd8...49dd2c1:
  > 49dd2c1 chore(all): update all (# 1067)
  > e917dd1 chore(deps): bump golang.org/x/net in /googleapis/api/servicecontrol (# 1063)
  > 8102cb6 chore(deps): bump golang.org/x/net in /googleapis/api/servicemanagement (# 1060)
  > baa7128 chore(deps): bump golang.org/x/net in /googleapis/api/apikeys (# 1062)
  > 67c69aa chore(deps): bump golang.org/x/net in /googleapis/bytestream (# 1061)
  > e298162 chore(deps): bump golang.org/x/net in /googleapis/api/serviceusage (# 1064)
  > 378ed82 chore(deps): bump golang.org/x/net in /googleapis/api (# 1065)
  > a6244dc chore(deps): bump golang.org/x/net from 0.14.0 to 0.17.0 (# 1066)
  > 8bfb1ae chore(all): update all (# 1059)
  > ceb4ed7 chore(all): auto-regenerate .pb.go files (# 1058)
bumping github.com/google/uuid b3cae7c...8de8764:
  > 8de8764 chore(master): release 1.4.0 (# 134)
  > 7c22e97 Clarify the documentation of Parse to state its job is to parse, not validate, strings. (# 135)
  > cd5fbbd feat: UUIDs slice type with Strings() convenience method (# 133)
  > 47f5b39 docs: fix a typo in CONTRIBUTING.md (# 130)
  > 542ddab chore(tests): add Fuzz tests (# 128)
  > 06716f6 chore(tests): Add json.Unmarshal test with empty value cases (# 116)
bumping knative.dev/hack d4af42e...8834794:
  > 8834794 Call set_latest_to_highest_semver after publishing a new release (# 343)
  > 0d99b7e add function to set latest semver to latest (# 339)
bumping sigs.k8s.io/yaml 9535b3b...c3772b5:
  > c3772b5 Merge pull request # 97 from liggitt/owners
  > eead467 Merge pull request # 76 from natasha41575/go-yaml-fork
  > 604031b Update owners
  > 3566774 Merge pull request # 96 from liggitt/msg
  > f2c0229 add test demonstrating consistency between yaml.v2 and yaml.v3
  > 65d71bb Merge pull request # 87 from justinsb/spew_no_more
  > 3f79f32 Revert error message changes
  > 20d25fa update LICENSE, owners, and readmes
  > d865f09 Merge pull request # 83 from kubernetes-sigs/bump-version-of-golang-to-1.19-and-drop-older-versions
  > 13f0a74 Replace go-spew with go-cmp
  > a7b5665 exclude forked libs from golint
  > 5303805 Merge pull request # 75 from brianpursley/benchmarks
  > b02c352 reformat to golang 1.19 standards
  > b6d8b45 fix leading newline issue
  > b5bdf49 Merge pull request # 66 from ncdc/remove-ncdc-from-owners
  > 0beda2b Add benchmarks
  > 2f8489c Bump version of golang to 1.19 and prune older versions
  > 330e1e5 make sequence style configurable
  > 78c1299 Merge pull request # 69 from ncdc/fix-lint-error
  > 94f1bbd Remove myself (ncdc) from OWNERS
  > 2d151d8 Add benchmarks
  > 70ebea7 change import paths to forked yaml libs
  > 39f74b9 Merge pull request # 65 from amurant/non_functional
  > 5e30182 Fix lint error
  > b96582b fork go-yaml v2 and v3
  > 4f103b1 greatly improve testing framework & added a lot of new tests
  > 3c98e65 expand variable names in yaml.go, add better comments, improve errors, add copyright
  > 4924d91 expand variable names in fields.go
  > 59dc8b4 add 1.16 and 1.17 to github workflows
  > 740b971 remove vendor folder
bumping google.golang.org/genproto/googleapis/api d307bd8...49dd2c1:
  > 49dd2c1 chore(all): update all (# 1067)
  > e917dd1 chore(deps): bump golang.org/x/net in /googleapis/api/servicecontrol (# 1063)
  > 8102cb6 chore(deps): bump golang.org/x/net in /googleapis/api/servicemanagement (# 1060)
  > baa7128 chore(deps): bump golang.org/x/net in /googleapis/api/apikeys (# 1062)
  > 67c69aa chore(deps): bump golang.org/x/net in /googleapis/bytestream (# 1061)
  > e298162 chore(deps): bump golang.org/x/net in /googleapis/api/serviceusage (# 1064)
  > 378ed82 chore(deps): bump golang.org/x/net in /googleapis/api (# 1065)
  > a6244dc chore(deps): bump golang.org/x/net from 0.14.0 to 0.17.0 (# 1066)
  > 8bfb1ae chore(all): update all (# 1059)
  > ceb4ed7 chore(all): auto-regenerate .pb.go files (# 1058)
bumping golang.org/x/sync 22ba207...10739b0:
  > 10739b0 all: update go directive to 1.18
bumping google.golang.org/api 5e4c19e...0d3b865:
  > 0d3b865 chore(main): release 0.149.0 (# 2230)
  > c84e6ff feat(all): auto-regenerate discovery clients (# 2242)
  > e5a53db chore(all): update all (# 2233)
  > 576f5e1 feat(all): auto-regenerate discovery clients (# 2241)
  > 3151bd7 feat(all): auto-regenerate discovery clients (# 2240)
  > cf09469 feat(all): auto-regenerate discovery clients (# 2239)
  > 8d66391 feat(all): auto-regenerate discovery clients (# 2238)
  > 3cc10bf feat(all): auto-regenerate discovery clients (# 2237)
  > da38ebd feat(all): auto-regenerate discovery clients (# 2236)
  > cc28ceb feat(all): auto-regenerate discovery clients (# 2235)
  > 8bb5867 feat(all): auto-regenerate discovery clients (# 2234)
  > a1fb230 feat(all): auto-regenerate discovery clients (# 2232)
  > 9835f38 feat(all): auto-regenerate discovery clients (# 2231)
  > 199783c feat(all): auto-regenerate discovery clients (# 2229)
bumping google.golang.org/genproto/googleapis/rpc e917dd1...49dd2c1:
  > 49dd2c1 chore(all): update all (# 1067)

Signed-off-by: Knative Automation <automation@knative.team>
2023-11-08 20:44:33 +00:00
Knative Automation 2cb995780b
upgrade to latest dependencies (#778)
bumping knative.dev/pkg 81e4ee1...fcccb4e:
  > fcccb4e Bump github.com/openzipkin/zipkin-go from 0.4.1 to 0.4.2 (# 2807)
  > dab3c43 Bump gomodules.xyz/jsonpatch/v2 from 2.3.0 to 2.4.0 (# 2806)
  > 297c36a Bump github.com/google/uuid from 1.3.0 to 1.3.1 (# 2805)
bumping github.com/go-logr/logr 47e013c...4da5305:
  > 4da5305 make Discard logger equal to null logger
  > 4d25940 funcr: optimize WithValues/WithName/WithCallDepth
  > 00ed9d0 Merge pull request # 163 from thockin/example-v-enabled
  > d4762a8 Merge pull request # 161 from thockin/master
  > b818fb2 Add examples for Logger methods
  > b10dd33 Merge pull request # 162 from thockin/github-assign
  > 5b49379 Fix comments on optional sink interfaces
  > af0016d Merge pull request # 159 from thockin/master
  > 18e8b87 Make github assign PRs and issues
  > a8aea2e funcr: JSON invalid output with 1st field omitted
  > 4497483 Merge pull request # 160 from thockin/pr-148-takeover
  > f2636e2 Merge pull request # 155 from thockin/master
  > 41ad1c2 testr: merge testLogger and testLoggerInterface
  > b3dc695 Make zero value useful and add .IsZero()
  > 7ea0fe3 Add pkg doc to example
  > 8f2e557 If logging as JSON and the type is json.RawMessage log it "as-is" (# 147)
  > 46d9b05 Use newer gofmt
  > a49c971 Merge pull request # 146 from thockin/master
  > 772cb53 Remove deprecated linters
  > 2d5bc33 Merge pull request # 143 from jeandeaual/testr-interface
  > abbd0bc Bump Go version for GH actions
  > 89d4c03 Merge pull request # 144 from balki/patch-1
  > a326b84 testr: use an interface to make it work with *testing.B and *testing.F in addition to *testing.T
  > 059d32c Fix syntax in documentation
bumping gomodules.xyz/jsonpatch/v2 13a9e4a...17d7994:
  > 17d7994 Shortcut when two json documents are same (# 37)
bumping github.com/google/uuid 44b5fee...b3cae7c:
  > b3cae7c chore(master): release 1.3.1 (# 127)
  > 7b8f57c fix(ci): switch to release-please app (# 126)
  > e69e468 chore(ci): configure release-please, update contrib (# 122)
  > 97c970d chore(ci): add apidiff check for API compatibility (# 123)
  > 53f93a8 docs: change godoc URL in README (# 124)
  > 0b416df docs: update link to RFC 4122 (# 93)
  > 75e1ac5 docs: shell format go tool command (# 111)
  > d719869 docs: fix typo node_js docs (# 117)
  > 574e687 fix: Use .EqualFold() to parse urn prefixed UUIDs (# 118)
  > c91929c Merge pull request # 121 from noahdietz/setup-codeowners-and-actions
  > e3f8b98 chore(ci): add Action-based tests (# 121)
  > db89a3c fix go1.20 resolving to go1.2
  > 78d68fc chore(ci): add Action-based tests

Signed-off-by: Knative Automation <automation@knative.team>
2023-08-30 13:25:31 +00:00
Paul Schweigert 230ac69ffc
bump go.mod to v1.18 (#660)
Signed-off-by: Paul S. Schweigert <paulschw@us.ibm.com>
2022-08-03 17:51:18 +00:00
Yanwei Guo 4e553d2275
upgrade (#506) 2021-08-03 11:58:15 -07:00
knative-automation 8ae1528470
upgrade to latest dependencies (#424)
bumping knative.dev/pkg 6045ed4...a02dcff:
  > a02dcff Bump a few assorted dependencies to their latest versions (# 2013)
  > 4b2ae07 Replace deprecated github.com/markbates/inflect with github.com/gobuffalo/flect (# 2014)
  > 8878069 upgrade to latest dependencies (# 2010)
  > c493a9e Update common github actions (# 2009)

Signed-off-by: Knative Automation <automation@knative.team>
2021-02-08 17:34:28 -08:00
knative-automation f2bc7482b3
upgrade to latest dependencies (#377)
Signed-off-by: Knative Automation <automation@knative.team>
2020-10-28 18:54:35 -07:00
Matt Moore 1dd26e7d03
Migrate caching to go mod (#258) 2020-04-27 14:35:51 -07:00
Matt Moore b6c8f4851e Generate injection client for knative/caching. (#34) 2019-06-05 11:23:38 -07:00