Skip to content

Commit a8530aa

Browse files
authored
chore: update dependencies and actions versions (#32)
1 parent cff6bc9 commit a8530aa

File tree

5 files changed

+139
-188
lines changed

5 files changed

+139
-188
lines changed

.github/workflows/lint.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
fetch-depth: 0
3030

3131
- name: Lint Code Base 🕵🏻‍♀️
32-
uses: super-linter/super-linter/slim@v6
32+
uses: super-linter/super-linter/slim@v7
3333
env:
3434
LINTER_RULES_PATH: /
3535
VALIDATE_ALL_CODEBASE: false
@@ -47,7 +47,7 @@ jobs:
4747
strategy:
4848
matrix:
4949
go-version:
50-
- 1.21.3
50+
- 1.23.6
5151
steps:
5252
- name: Checkout Repo 🛎
5353
uses: actions/checkout@v4
@@ -60,7 +60,7 @@ jobs:
6060
cache-dependency-path: go.sum
6161

6262
- name: Lint Go Code 🕵🏻‍♂️
63-
uses: golangci/golangci-lint-action@v4
63+
uses: golangci/golangci-lint-action@v6
6464
with:
6565
version: latest
6666
only-new-issues: false

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Setup Go 🐹
3535
uses: actions/setup-go@v5
3636
with:
37-
go-version: 1.21.3
37+
go-version: 1.23.6
3838
cache: true
3939
cache-dependency-path: go.sum
4040

@@ -46,7 +46,7 @@ jobs:
4646
password: ${{ secrets.GITHUB_TOKEN }}
4747

4848
- name: Run GoReleaser 🚀
49-
uses: goreleaser/goreleaser-action@v5
49+
uses: goreleaser/goreleaser-action@v6
5050
with:
5151
distribution: goreleaser
5252
version: latest

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
strategy:
2626
matrix:
2727
go-version:
28-
- 1.21.3
28+
- 1.23.6
2929
defaults:
3030
run:
3131
shell: bash
@@ -92,7 +92,7 @@ jobs:
9292
strategy:
9393
matrix:
9494
go-version:
95-
- 1.21.3
95+
- 1.23.6
9696
runs-on: ubuntu-latest
9797
steps:
9898
- name: Checkout Repo 🛎

go.mod

Lines changed: 45 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -1,82 +1,80 @@
11
module github.com/insightsengineering/locksmith
22

3-
go 1.21
3+
go 1.23.0
4+
5+
toolchain go1.23.6
46

57
require (
6-
github.com/go-git/go-git/v5 v5.13.0
8+
github.com/go-git/go-git/v5 v5.13.2
79
github.com/jamiealquiza/envy v1.1.0
810
github.com/sirupsen/logrus v1.9.3
9-
github.com/spf13/cobra v1.8.0
10-
github.com/spf13/viper v1.18.2
11+
github.com/spf13/cobra v1.8.1
12+
github.com/spf13/viper v1.19.0
1113
github.com/stretchr/testify v1.10.0
1214
go.szostok.io/version v1.2.0
1315
gopkg.in/yaml.v3 v3.0.1
1416
)
1517

1618
require (
17-
dario.cat/mergo v1.0.0 // indirect
19+
dario.cat/mergo v1.0.1 // indirect
1820
github.com/Masterminds/goutils v1.1.1 // indirect
19-
github.com/Masterminds/semver/v3 v3.2.0 // indirect
20-
github.com/Masterminds/sprig/v3 v3.2.3 // indirect
21-
github.com/Microsoft/go-winio v0.6.1 // indirect
22-
github.com/ProtonMail/go-crypto v1.1.3 // indirect
21+
github.com/Masterminds/semver/v3 v3.3.1 // indirect
22+
github.com/Masterminds/sprig/v3 v3.3.0 // indirect
23+
github.com/Microsoft/go-winio v0.6.2 // indirect
24+
github.com/ProtonMail/go-crypto v1.1.5 // indirect
2325
github.com/araddon/dateparse v0.0.0-20210429162001-6b43995a97de // indirect
2426
github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
25-
github.com/cloudflare/circl v1.3.7 // indirect
26-
github.com/cyphar/filepath-securejoin v0.2.5 // indirect
27+
github.com/cloudflare/circl v1.6.0 // indirect
28+
github.com/cyphar/filepath-securejoin v0.4.1 // indirect
2729
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
2830
github.com/dustin/go-humanize v1.0.1 // indirect
2931
github.com/emirpasic/gods v1.18.1 // indirect
30-
github.com/fatih/color v1.14.1 // indirect
31-
github.com/fsnotify/fsnotify v1.7.0 // indirect
32+
github.com/fatih/color v1.18.0 // indirect
33+
github.com/fsnotify/fsnotify v1.8.0 // indirect
3234
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
33-
github.com/go-git/go-billy/v5 v5.6.0 // indirect
34-
github.com/goccy/go-yaml v1.11.0 // indirect
35-
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
36-
github.com/google/uuid v1.4.0 // indirect
37-
github.com/hashicorp/go-version v1.6.0 // indirect
35+
github.com/go-git/go-billy/v5 v5.6.2 // indirect
36+
github.com/goccy/go-yaml v1.15.17 // indirect
37+
github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8 // indirect
38+
github.com/google/uuid v1.6.0 // indirect
39+
github.com/hashicorp/go-version v1.7.0 // indirect
3840
github.com/hashicorp/hcl v1.0.0 // indirect
3941
github.com/hokaccha/go-prettyjson v0.0.0-20211117102719-0474bc63780f // indirect
40-
github.com/huandu/xstrings v1.3.3 // indirect
41-
github.com/imdario/mergo v0.3.11 // indirect
42+
github.com/huandu/xstrings v1.5.0 // indirect
4243
github.com/inconshreveable/mousetrap v1.1.0 // indirect
4344
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
4445
github.com/kevinburke/ssh_config v1.2.0 // indirect
4546
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
46-
github.com/magiconair/properties v1.8.7 // indirect
47-
github.com/mattn/go-colorable v0.1.13 // indirect
48-
github.com/mattn/go-isatty v0.0.18 // indirect
49-
github.com/mattn/go-runewidth v0.0.14 // indirect
50-
github.com/mitchellh/copystructure v1.0.0 // indirect
47+
github.com/magiconair/properties v1.8.9 // indirect
48+
github.com/mattn/go-colorable v0.1.14 // indirect
49+
github.com/mattn/go-isatty v0.0.20 // indirect
50+
github.com/mattn/go-runewidth v0.0.16 // indirect
51+
github.com/mitchellh/copystructure v1.2.0 // indirect
5152
github.com/mitchellh/mapstructure v1.5.0 // indirect
52-
github.com/mitchellh/reflectwalk v1.0.0 // indirect
53-
github.com/muesli/termenv v0.15.1 // indirect
54-
github.com/pelletier/go-toml/v2 v2.1.0 // indirect
55-
github.com/pjbgf/sha1cd v0.3.0 // indirect
53+
github.com/mitchellh/reflectwalk v1.0.2 // indirect
54+
github.com/muesli/termenv v0.15.2 // indirect
55+
github.com/pelletier/go-toml/v2 v2.2.3 // indirect
56+
github.com/pjbgf/sha1cd v0.3.2 // indirect
5657
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
57-
github.com/rivo/uniseg v0.2.0 // indirect
58-
github.com/sagikazarmark/locafero v0.4.0 // indirect
58+
github.com/rivo/uniseg v0.4.7 // indirect
59+
github.com/sagikazarmark/locafero v0.7.0 // indirect
5960
github.com/sagikazarmark/slog-shim v0.1.0 // indirect
6061
github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 // indirect
61-
github.com/shopspring/decimal v1.2.0 // indirect
62-
github.com/skeema/knownhosts v1.3.0 // indirect
62+
github.com/shopspring/decimal v1.4.0 // indirect
63+
github.com/skeema/knownhosts v1.3.1 // indirect
6364
github.com/sourcegraph/conc v0.3.0 // indirect
64-
github.com/spf13/afero v1.11.0 // indirect
65-
github.com/spf13/cast v1.6.0 // indirect
66-
github.com/spf13/pflag v1.0.5 // indirect
65+
github.com/spf13/afero v1.12.0 // indirect
66+
github.com/spf13/cast v1.7.1 // indirect
67+
github.com/spf13/pflag v1.0.6 // indirect
6768
github.com/subosito/gotenv v1.6.0 // indirect
6869
github.com/xanzy/ssh-agent v0.3.3 // indirect
69-
go.uber.org/atomic v1.9.0 // indirect
70-
go.uber.org/multierr v1.9.0 // indirect
71-
golang.org/x/crypto v0.31.0 // indirect
72-
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 // indirect
73-
golang.org/x/mod v0.19.0 // indirect
74-
golang.org/x/net v0.33.0 // indirect
75-
golang.org/x/sync v0.10.0 // indirect
76-
golang.org/x/sys v0.28.0 // indirect
77-
golang.org/x/text v0.21.0 // indirect
78-
golang.org/x/tools v0.23.0 // indirect
79-
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
70+
go.uber.org/multierr v1.11.0 // indirect
71+
golang.org/x/crypto v0.32.0 // indirect
72+
golang.org/x/exp v0.0.0-20250128182459-e0ece0dbea4c // indirect
73+
golang.org/x/net v0.34.0 // indirect
74+
golang.org/x/sys v0.30.0 // indirect
75+
golang.org/x/text v0.22.0 // indirect
8076
gopkg.in/ini.v1 v1.67.0 // indirect
8177
gopkg.in/warnings.v0 v0.1.2 // indirect
8278
)
79+
80+
replace github.com/imdario/mergo => github.com/imdario/mergo v0.3.16

0 commit comments

Comments
 (0)