Skip to content

Commit

Permalink
Merge branch 'main' into brooke.prep-0203-release
Browse files Browse the repository at this point in the history
  • Loading branch information
brookesargent committed Dec 14, 2023
2 parents 9920d96 + 1aab544 commit b0b1571
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: actions/checkout@v4

- name: Setup Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version-file: "go.mod"
cache: true
Expand All @@ -41,7 +41,7 @@ jobs:
uses: actions/checkout@v4

- name: Setup Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version-file: "go.mod"
cache: true
Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
uses: actions/checkout@v4

- name: Setup Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version-file: "go.mod"
cache: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
# Allow goreleaser to access older tag information.
fetch-depth: 0
- name: Setup Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version-file: "go.mod"
cache: true
Expand Down
2 changes: 1 addition & 1 deletion client/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const (
DefaultAPIHostEnv = "HONEYCOMB_API_HOST"
DefaultAPIKeyEnv = "HONEYCOMB_API_KEY"
// Deprecated: use DefaultAPIKeyEnv instead. To be removed in v1.0
LegacyAPIKeyEnv = "HONEYCOMBIO_API_KEY"
LegacyAPIKeyEnv = "HONEYCOMBIO_APIKEY"
defaultUserAgent = "go-honeycombio"
)

Expand Down

0 comments on commit b0b1571

Please sign in to comment.