Skip to content

Commit

Permalink
Update CI & Go deps (#136)
Browse files Browse the repository at this point in the history
  • Loading branch information
FelicianoTech authored Mar 27, 2022
1 parent d368ee7 commit 23b073d
Show file tree
Hide file tree
Showing 3 changed files with 272 additions and 175 deletions.
10 changes: 5 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ workflows:
jobs:
- test
- gor/release:
version: "1.4.1"
go-version: "1.17.7"
version: "1.7.0"
go-version: "1.18"
dry-run: true
post-steps:
- persist_to_workspace:
Expand Down Expand Up @@ -62,8 +62,8 @@ workflows:
# Simplified SemVer regex
only: /^v\d+\.\d+\.\d+$/
- gor/release:
version: "1.4.1"
go-version: "1.17.7"
version: "1.7.0"
go-version: "1.18"
filters:
branches:
ignore: /.*/
Expand All @@ -89,7 +89,7 @@ workflows:
jobs:
test:
docker:
- image: cimg/go:1.17.7
- image: cimg/go:1.18
environment:
GOTESTSUM_JUNITFILE: "junit/unit-tests.xml"
steps:
Expand Down
22 changes: 11 additions & 11 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
module github.com/felicianotech/sonar

go 1.17
go 1.18

require (
github.com/Microsoft/go-winio v0.5.1 // indirect
github.com/fsouza/go-dockerclient v1.7.8
github.com/Microsoft/go-winio v0.5.2 // indirect
github.com/fsouza/go-dockerclient v1.7.10
github.com/gopherlibs/pmm v0.1.1
github.com/magefile/mage v1.12.1
github.com/magefile/mage v1.13.0
github.com/opencontainers/go-digest v1.0.0 // indirect
github.com/schollz/progressbar/v3 v3.8.6
github.com/sirupsen/logrus v1.8.1
github.com/spf13/cobra v1.3.0
github.com/spf13/cobra v1.4.0
github.com/spf13/viper v1.10.1
)

require github.com/docker/docker v20.10.12+incompatible

require (
github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect
github.com/Microsoft/hcsshim v0.8.23 // indirect
github.com/Microsoft/hcsshim v0.9.2 // indirect
github.com/arduino/go-apt-client v0.0.0-20190812130613-5613f843fdc8 // indirect
github.com/containerd/cgroups v1.0.1 // indirect
github.com/containerd/containerd v1.5.9 // indirect
github.com/containerd/cgroups v1.0.3 // indirect
github.com/containerd/containerd v1.6.1 // indirect
github.com/docker/distribution v2.7.1+incompatible // indirect
github.com/docker/go-connections v0.4.0 // indirect
github.com/docker/go-units v0.4.0 // indirect
Expand All @@ -36,11 +36,11 @@ require (
github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db // indirect
github.com/mitchellh/mapstructure v1.4.3 // indirect
github.com/moby/sys/mount v0.2.0 // indirect
github.com/moby/sys/mountinfo v0.4.1 // indirect
github.com/moby/sys/mountinfo v0.5.0 // indirect
github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6 // indirect
github.com/morikuni/aec v1.0.0 // indirect
github.com/opencontainers/image-spec v1.0.2 // indirect
github.com/opencontainers/runc v1.0.3 // indirect
github.com/opencontainers/runc v1.1.0 // indirect
github.com/pelletier/go-toml v1.9.4 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/rivo/uniseg v0.2.0 // indirect
Expand All @@ -51,7 +51,7 @@ require (
github.com/subosito/gotenv v1.2.0 // indirect
go.opencensus.io v0.23.0 // indirect
golang.org/x/crypto v0.0.0-20220131195533-30dcbda58838 // indirect
golang.org/x/net v0.0.0-20211112202133-69e39bad7dc2 // indirect
golang.org/x/net v0.0.0-20211216030914-fe4d6282115f // indirect
golang.org/x/sys v0.0.0-20220128215802-99c3d69c2c27 // indirect
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect
golang.org/x/text v0.3.7 // indirect
Expand Down
Loading

0 comments on commit 23b073d

Please sign in to comment.