Skip to content

Commit

Permalink
Bump github.com/signalfx/golib/v3 from 3.3.46 to 3.3.53 (#186)
Browse files Browse the repository at this point in the history
* Bump github.com/signalfx/golib/v3 from 3.3.46 to 3.3.53

Bumps [github.com/signalfx/golib/v3](https://github.com/signalfx/golib) from 3.3.46 to 3.3.53.
- [Release notes](https://github.com/signalfx/golib/releases)
- [Commits](signalfx/golib@v3.3.46...v3.3.53)

---
updated-dependencies:
- dependency-name: github.com/signalfx/golib/v3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump golang to 1.18 from 1.16

* go get->go install

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: John Bley <[email protected]>
  • Loading branch information
dependabot[bot] and johnbley authored Sep 13, 2023
1 parent f548230 commit f78db8b
Show file tree
Hide file tree
Showing 3 changed files with 56 additions and 495 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,13 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.16
go-version: 1.18

- name: Build and test
run: |
echo "RUNNING TESTS"
mkdir ~/testresults
(cd /tmp; GO111MODULE=on go get gotest.tools/gotestsum)
(cd /tmp; GO111MODULE=on go install gotest.tools/gotestsum@latest)
CGO_ENABLED=0 gotestsum --format short-verbose --junitfile ~/testresults/unit.xml --raw-command -- go test --json -p 4 ./...
echo "BUILDING"
make
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ go 1.13
require (
github.com/aws/aws-sdk-go v1.45.9
github.com/dropbox/godropbox v0.0.0-20200228041828-52ad444d3502 // indirect
github.com/juju/errors v0.0.0-20200330140219-3fe23663418f // indirect
github.com/signalfx/golib/v3 v3.3.46
github.com/signalfx/golib/v3 v3.3.53
golang.org/x/exp v0.0.0-20200331195152-e8c3332aa8e5 // indirect
)
Loading

0 comments on commit f78db8b

Please sign in to comment.