Skip to content

Bump the go-actions-deps group with 8 updates#150

Merged
andrewmarklloyd merged 1 commit into
mainfrom
dependabot/go_modules/go-actions-deps-7699057740
Feb 5, 2026
Merged

Bump the go-actions-deps group with 8 updates#150
andrewmarklloyd merged 1 commit into
mainfrom
dependabot/go_modules/go-actions-deps-7699057740

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Feb 1, 2026

Copy link
Copy Markdown
Contributor

Bumps the go-actions-deps group with 8 updates:

Package From To
github.com/DataDog/datadog-api-client-go/v2 2.52.0 2.54.0
github.com/aws/aws-sdk-go-v2 1.41.0 1.41.1
github.com/aws/aws-sdk-go-v2/config 1.32.6 1.32.7
github.com/aws/aws-sdk-go-v2/credentials 1.19.6 1.19.7
github.com/aws/aws-sdk-go-v2/feature/s3/manager 1.20.18 1.21.1
github.com/aws/aws-sdk-go-v2/service/s3 1.95.0 1.96.0
github.com/digitalocean/godo 1.171.0 1.173.0
github.com/lib/pq 1.10.9 1.11.1

Updates github.com/DataDog/datadog-api-client-go/v2 from 2.52.0 to 2.54.0

Release notes

Sourced from github.com/DataDog/datadog-api-client-go/v2's releases.

v2.54.0

See ./CHANGELOG.md for details

v2.53.0

See ./CHANGELOG.md for details

Changelog

Sourced from github.com/DataDog/datadog-api-client-go/v2's changelog.

2.54.0/2026-01-15

Added

  • Add subtest for synthetics multistep tests #3596
  • feat - Add data-quality alert monitor type support #3594
  • Add a new end point that allows the SPA recommendation to be called without the shard parameter #3585
  • Add Critical Assets specs to security_monitoring feature #3581
  • Add new Observability Pipelines components #3576
  • Specify accepted types for UpsertRows values #3567
  • Add subtest for synthetics multistep tests #3555
  • Add query param in rules list endpoint #3547
  • Add Security Findings Public API beta endpoints #3532
  • Add bar chart widget to Dashboards API #3505
  • Update distribution and heatmap's markers ,num_buckets properties and allowed request/query #3504
  • Add region_filter_configs and is_global_location_enabled to v2 GCP API #3497

Deprecated

  • Update docs for Security Finding API endpoints #3592

Fixed

  • Use nullable list for non-primitives types as well #3589
  • remove duplicate sync_enabled field for PATCH Reference Tables request schema #3478

Removed

  • Revert - Update specs for AWS account updates and creation for CCM configs #3579

2.53.0/2026-01-08

Added

  • Add new bits_ai usage attribution type to Usage Attribution Public API Documentation #3566
  • Add Product Analytics Server-Side Events API endpoint #3561
  • Update /api/v2/cases endpoint to add custom attributes support #3558
  • Documentation for team notifications API #3554
  • [RQ-7160] Add llm_spans and deprecate llm_observability #3540
  • Add display_name to Observability Pipeline processors #3538
  • Add a new includeDiscovered query parameter to Software Catalog APIs #3535
  • Add routes for managing On-Call user notification rules #3534
  • Add anomaly detection options to security monitoring rules #3531
  • Remove preview/unstable tags from GitHub team sync and connections endpoints #3529
  • Added spec for flex_stored_logs #3523
  • Add documentation for synthetics global variable jsonpatch endpoint #3484

Changed

  • Remove steps from certain expected synthetics api response #3565
  • Add documentation for GET, POST, PATCH, and DELETE api/v2/incidents/incident_id/attachments endpoints #3508
Commits
  • 80b8826 Bump versions and add changelog entries. (#3602)
  • 53c1f3c Add bar chart widget to Dashboards API (#3505)
  • 7d316b4 Add Critical Assets specs to security_monitoring feature (#3581)
  • 6111c76 Add query param in rules list endpoint (#3547)
  • e4fae70 Regenerate client from commit aa13f77 of spec repo (#3593)
  • f60ce99 Add new Observability Pipelines components (#3576)
  • e25cc33 Use nullable list for non-primitives types as well (#3589)
  • 58f69c7 [REDHOSTS-612] Update Tags API Documentation (#3511)
  • c27207d Add subtest for synthetics multistep tests (#3596)
  • 4f97847 Add region_filter_configs and is_global_location_enabled to v2 GCP API (#3497)
  • Additional commits viewable in compare view

Updates github.com/aws/aws-sdk-go-v2 from 1.41.0 to 1.41.1

Commits

Updates github.com/aws/aws-sdk-go-v2/config from 1.32.6 to 1.32.7

Commits

Updates github.com/aws/aws-sdk-go-v2/credentials from 1.19.6 to 1.19.7

Commits

Updates github.com/aws/aws-sdk-go-v2/feature/s3/manager from 1.20.18 to 1.21.1

Commits

Updates github.com/aws/aws-sdk-go-v2/service/s3 from 1.95.0 to 1.96.0

Commits

Updates github.com/digitalocean/godo from 1.171.0 to 1.173.0

Release notes

Sourced from github.com/digitalocean/godo's releases.

v1.173.0

v1.172.0

Changelog

Sourced from github.com/digitalocean/godo's changelog.

[1.173.0] - 2026-01-22

[1.172.0] - 2026-01-13

Commits

Updates github.com/lib/pq from 1.10.9 to 1.11.1

Release notes

Sourced from github.com/lib/pq's releases.

v1.11.1

This fixes two regressions present in the v1.11.0 release:

  • Fix build on 32bit systems, Windows, and Plan 9 (#1253).

  • Named []byte types and pointers to []byte (e.g. *[]byte, json.RawMessage) would be treated as an array instead of bytea (#1252).

#1252: lib/pq#1252 #1253: lib/pq#1253

v1.11.0

This version of pq requires Go 1.21 or newer.

pq now supports only maintained PostgreSQL releases, which is PostgreSQL 14 and newer. Previously PostgreSQL 8.4 and newer were supported.

Features

  • The pq.Error.Error() text includes the position of the error (if reported by PostgreSQL) and SQLSTATE code (#1219, #1224):

    pq: column "columndoesntexist" does not exist at column 8 (42703)
    pq: syntax error at or near ")" at position 2:71 (42601)
    
  • The pq.Error.ErrorWithDetail() method prints a more detailed multiline message, with the Detail, Hint, and error position (if any) (#1219):

    ERROR:   syntax error at or near ")" (42601)
    CONTEXT: line 12, column 1:
    
     10 |     name           varchar,
     11 |     version        varchar,
     12 | );
          ^
    

  • Add Config, NewConfig(), and NewConnectorConfig() to supply connection details in a more structured way (#1240).

  • Support hostaddr and $PGHOSTADDR (#1243).

  • Support multiple values in host, port, and hostaddr, which are each tried in order, or randomly if load_balance_hosts=random is set (#1246).

  • Support target_session_attrs connection parameter (#1246).

  • Support [sslnegotiation] to use SSL without negotiation (#1180).

  • Allow using a custom tls.Config, for example for encrypted keys (#1228).

  • Add PQGO_DEBUG=1 print the communication with PostgreSQL to stderr, to aid in debugging, testing, and bug reports (#1223).

  • Add support for NamedValueChecker interface (#1125, #1238).

Fixes

... (truncated)

Changelog

Sourced from github.com/lib/pq's changelog.

v1.11.1 (2025-01-29)

This fixes two regressions present in the v1.11.0 release:

  • Fix build on 32bit systems, Windows, and Plan 9 (#1253).

  • Named []byte types and pointers to []byte (e.g. *[]byte, json.RawMessage) would be treated as an array instead of bytea (#1252).

#1252: lib/pq#1252 #1253: lib/pq#1253

v1.11.0 (2025-01-28)

This version of pq requires Go 1.21 or newer.

pq now supports only maintained PostgreSQL releases, which is PostgreSQL 14 and newer. Previously PostgreSQL 8.4 and newer were supported.

Features

  • The pq.Error.Error() text includes the position of the error (if reported by PostgreSQL) and SQLSTATE code (#1219, #1224):

    pq: column "columndoesntexist" does not exist at column 8 (42703)
    pq: syntax error at or near ")" at position 2:71 (42601)
    
  • The pq.Error.ErrorWithDetail() method prints a more detailed multiline message, with the Detail, Hint, and error position (if any) (#1219):

    ERROR:   syntax error at or near ")" (42601)
    CONTEXT: line 12, column 1:
    
     10 |     name           varchar,
     11 |     version        varchar,
     12 | );
          ^
    

  • Add Config, NewConfig(), and NewConnectorConfig() to supply connection details in a more structured way (#1240).

  • Support hostaddr and $PGHOSTADDR (#1243).

  • Support multiple values in host, port, and hostaddr, which are each tried in order, or randomly if load_balance_hosts=random is set (#1246).

  • Support target_session_attrs connection parameter (#1246).

  • Support [sslnegotiation] to use SSL without negotiation (#1180).

... (truncated)

Commits
  • eec526c Release v1.11.1 (#1255)
  • 1928a1d Fix []byte types incorrectly converted to PostgreSQL array (#1252)
  • 9e2aa8e Run staticcheck on all GOOS/GOARCH combinations
  • c9320c4 Fix build on Windows and Plan9
  • 2809526 Fix build on 32bit systems
  • 8e88f7e Release 1.11.0
  • 0ad3049 Handle pre-protocol errors to prevent memory exhaustion
  • f1fae2e Add pqtest.Fake.Close()
  • 3815d03 Remove assumption that the auth response is AuthenticateOk
  • 589ad43 Implement load_balance_hosts=random
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the go-actions-deps group with 8 updates:

| Package | From | To |
| --- | --- | --- |
| [github.com/DataDog/datadog-api-client-go/v2](https://github.com/DataDog/datadog-api-client-go) | `2.52.0` | `2.54.0` |
| [github.com/aws/aws-sdk-go-v2](https://github.com/aws/aws-sdk-go-v2) | `1.41.0` | `1.41.1` |
| [github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2) | `1.32.6` | `1.32.7` |
| [github.com/aws/aws-sdk-go-v2/credentials](https://github.com/aws/aws-sdk-go-v2) | `1.19.6` | `1.19.7` |
| [github.com/aws/aws-sdk-go-v2/feature/s3/manager](https://github.com/aws/aws-sdk-go-v2) | `1.20.18` | `1.21.1` |
| [github.com/aws/aws-sdk-go-v2/service/s3](https://github.com/aws/aws-sdk-go-v2) | `1.95.0` | `1.96.0` |
| [github.com/digitalocean/godo](https://github.com/digitalocean/godo) | `1.171.0` | `1.173.0` |
| [github.com/lib/pq](https://github.com/lib/pq) | `1.10.9` | `1.11.1` |


Updates `github.com/DataDog/datadog-api-client-go/v2` from 2.52.0 to 2.54.0
- [Release notes](https://github.com/DataDog/datadog-api-client-go/releases)
- [Changelog](https://github.com/DataDog/datadog-api-client-go/blob/master/CHANGELOG.md)
- [Commits](DataDog/datadog-api-client-go@v2.52.0...v2.54.0)

Updates `github.com/aws/aws-sdk-go-v2` from 1.41.0 to 1.41.1
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
- [Commits](aws/aws-sdk-go-v2@v1.41.0...v1.41.1)

Updates `github.com/aws/aws-sdk-go-v2/config` from 1.32.6 to 1.32.7
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
- [Commits](aws/aws-sdk-go-v2@v1.32.6...v1.32.7)

Updates `github.com/aws/aws-sdk-go-v2/credentials` from 1.19.6 to 1.19.7
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
- [Commits](aws/aws-sdk-go-v2@service/m2/v1.19.6...service/m2/v1.19.7)

Updates `github.com/aws/aws-sdk-go-v2/feature/s3/manager` from 1.20.18 to 1.21.1
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
- [Commits](aws/aws-sdk-go-v2@service/emr/v1.20.18...v1.21.1)

Updates `github.com/aws/aws-sdk-go-v2/service/s3` from 1.95.0 to 1.96.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
- [Commits](aws/aws-sdk-go-v2@service/s3/v1.95.0...service/s3/v1.96.0)

Updates `github.com/digitalocean/godo` from 1.171.0 to 1.173.0
- [Release notes](https://github.com/digitalocean/godo/releases)
- [Changelog](https://github.com/digitalocean/godo/blob/main/CHANGELOG.md)
- [Commits](digitalocean/godo@v1.171.0...v1.173.0)

Updates `github.com/lib/pq` from 1.10.9 to 1.11.1
- [Release notes](https://github.com/lib/pq/releases)
- [Changelog](https://github.com/lib/pq/blob/master/CHANGELOG.md)
- [Commits](lib/pq@v1.10.9...v1.11.1)

---
updated-dependencies:
- dependency-name: github.com/DataDog/datadog-api-client-go/v2
  dependency-version: 2.54.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-actions-deps
- dependency-name: github.com/aws/aws-sdk-go-v2
  dependency-version: 1.41.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-actions-deps
- dependency-name: github.com/aws/aws-sdk-go-v2/config
  dependency-version: 1.32.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-actions-deps
- dependency-name: github.com/aws/aws-sdk-go-v2/credentials
  dependency-version: 1.19.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-actions-deps
- dependency-name: github.com/aws/aws-sdk-go-v2/feature/s3/manager
  dependency-version: 1.21.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-actions-deps
- dependency-name: github.com/aws/aws-sdk-go-v2/service/s3
  dependency-version: 1.96.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-actions-deps
- dependency-name: github.com/digitalocean/godo
  dependency-version: 1.173.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-actions-deps
- dependency-name: github.com/lib/pq
  dependency-version: 1.11.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-actions-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Feb 1, 2026
@andrewmarklloyd andrewmarklloyd merged commit 2a86bf3 into main Feb 5, 2026
1 check passed
@andrewmarklloyd andrewmarklloyd deleted the dependabot/go_modules/go-actions-deps-7699057740 branch February 5, 2026 18:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update Go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant