Skip to content

Commit

Permalink
chore(config): update go to 1.21 (#226)
Browse files Browse the repository at this point in the history
  • Loading branch information
plastikfan committed Nov 7, 2023
1 parent b7487f3 commit f034446
Show file tree
Hide file tree
Showing 4 changed files with 63 additions and 43 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Setup
uses: actions/setup-go@v3
with:
go-version: ">=1.19"
go-version: ">=1.21"
cache: true
- name: Generate Changelog Only
uses: goreleaser/goreleaser-action@v4
Expand Down
6 changes: 6 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
],
"cSpell.words": [
"bodyclose",
"coverprofile",
"cubiest",
"deadcode",
"depguard",
Expand All @@ -19,20 +20,25 @@
"gocyclo",
"gofmt",
"goimports",
"golangci",
"gomnd",
"goreleaser",
"gosec",
"gosimple",
"goveralls",
"govet",
"graffico",
"ineffassign",
"jibberjabber",
"linters",
"mattn",
"nakedret",
"nolintlint",
"nosec",
"pixa",
"prealloc",
"repotoken",
"shogo",
"sidewalk",
"staticcheck",
"structcheck",
Expand Down
26 changes: 13 additions & 13 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,51 +1,51 @@
module github.com/snivilised/arcadia

go 1.19
go 1.21

require (
github.com/onsi/ginkgo/v2 v2.13.0
github.com/onsi/gomega v1.29.0
github.com/samber/lo v1.38.1
github.com/snivilised/extendio v0.3.0
github.com/spf13/cobra v1.7.0
github.com/snivilised/extendio v0.3.1
github.com/spf13/cobra v1.8.0
github.com/spf13/viper v1.17.0
go.uber.org/zap v1.26.0
)

require (
github.com/BurntSushi/toml v1.2.1 // indirect
github.com/go-logr/logr v1.2.4 // indirect
github.com/BurntSushi/toml v1.3.2 // indirect
github.com/go-logr/logr v1.3.0 // indirect
github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572 // indirect
github.com/google/go-cmp v0.6.0 // indirect
github.com/google/pprof v0.0.0-20230406165453-00490a63f317 // indirect
github.com/google/pprof v0.0.0-20231101202521-4ca4178f5c7a // indirect
github.com/onsi/ginkgo v1.16.5 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/sagikazarmark/locafero v0.3.0 // indirect
github.com/sagikazarmark/slog-shim v0.1.0 // indirect
github.com/sourcegraph/conc v0.3.0 // indirect
go.uber.org/multierr v1.11.0 // indirect
golang.org/x/exp v0.0.0-20230905200255-921286631fa9 // indirect
golang.org/x/tools v0.13.0 // indirect
golang.org/x/exp v0.0.0-20231006140011-7918f672742d // indirect
golang.org/x/tools v0.14.0 // indirect
)

require (
github.com/cubiest/jibberjabber v1.0.1
github.com/fsnotify/fsnotify v1.6.0 // indirect
github.com/fsnotify/fsnotify v1.7.0 // indirect
github.com/hashicorp/hcl v1.0.0 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/magiconair/properties v1.8.7 // indirect
github.com/mitchellh/mapstructure v1.5.0 // indirect
github.com/natefinch/lumberjack v2.0.0+incompatible
github.com/nicksnyder/go-i18n/v2 v2.2.1 // indirect
github.com/nicksnyder/go-i18n/v2 v2.2.2 // indirect
github.com/pelletier/go-toml/v2 v2.1.0 // indirect
github.com/snivilised/cobrass v0.3.4
github.com/snivilised/cobrass v0.3.6
github.com/spf13/afero v1.10.0 // indirect
github.com/spf13/cast v1.5.1 // indirect
github.com/spf13/pflag v1.0.5
github.com/subosito/gotenv v1.6.0 // indirect
golang.org/x/net v0.17.0 // indirect
golang.org/x/sys v0.13.0 // indirect
golang.org/x/text v0.13.0
golang.org/x/sys v0.14.0 // indirect
golang.org/x/text v0.14.0
gopkg.in/ini.v1 v1.67.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
Loading

0 comments on commit f034446

Please sign in to comment.