Skip to content

Commit

Permalink
fix(ci): update test build to go 1.16
Browse files Browse the repository at this point in the history
Signed-off-by: Felipe Zipitria <[email protected]>
  • Loading branch information
fzipi committed Jan 25, 2022
1 parent c09292b commit 4ad8a08
Show file tree
Hide file tree
Showing 3 changed files with 282 additions and 395 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,15 @@ jobs:
with:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis

- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.16

- name: Run Go Tests
uses: n8maninger/action-golang-test@v1
with:
skip-go-install: true
args: '-coverprofile=coverage.out'

- name: SonarCloud Scan
Expand Down
24 changes: 11 additions & 13 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,19 @@ require (
github.com/Masterminds/semver v1.5.0 // indirect
github.com/Masterminds/sprig v2.22.0+incompatible
github.com/bykof/gostradamus v1.0.4
github.com/fatih/color v1.13.0 // indirect
github.com/fsnotify/fsnotify v1.5.1 // indirect
github.com/goccy/go-yaml v1.9.4
github.com/google/uuid v1.3.0 // indirect
github.com/fatih/color v1.11.0 // indirect
github.com/goccy/go-yaml v1.8.9
github.com/google/uuid v1.2.0 // indirect
github.com/huandu/xstrings v1.3.2 // indirect
github.com/icza/backscanner v0.0.0-20210726202459-ac2ffc679f94
github.com/icza/backscanner v0.0.0-20200205093934-2120fccb01f7
github.com/imdario/mergo v0.3.12 // indirect
github.com/knadh/koanf v1.3.0
github.com/knadh/koanf v1.0.0
github.com/kyokomi/emoji v2.2.4+incompatible
github.com/mattn/go-colorable v0.1.11 // indirect
github.com/mitchellh/mapstructure v1.4.2 // indirect
github.com/rs/zerolog v1.25.0
github.com/spf13/cobra v1.2.1
github.com/pelletier/go-toml v1.9.1 // indirect
github.com/rs/zerolog v1.22.0
github.com/spf13/cobra v1.1.3
github.com/yargevad/filepathx v1.0.0
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519 // indirect
golang.org/x/net v0.0.0-20211020060615-d418f374d309
golang.org/x/sys v0.0.0-20211025201205-69cdffdb9359 // indirect
golang.org/x/crypto v0.0.0-20210513164829-c07d793c2f9a // indirect
golang.org/x/net v0.0.0-20210226172049-e18ecbb05110
golang.org/x/sys v0.0.0-20210514084401-e8d321eab015 // indirect
)
Loading

0 comments on commit 4ad8a08

Please sign in to comment.