1 Commits

Author SHA1 Message Date
renovate[bot]
4c9713c9b8 fix(deps): update module github.com/spf13/viper (v1.18.2 → v1.21.0)
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-09-09 07:26:08 +00:00
3 changed files with 3 additions and 3 deletions

View File

@@ -15,7 +15,7 @@ jobs:
uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6
uses: actions/setup-go@v5
with:
go-version-file: "go.mod"

View File

@@ -19,7 +19,7 @@ jobs:
fetch-depth: 0
- name: Setup Go
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6
uses: actions/setup-go@v5
with:
go-version-file: "go.mod"

2
go.mod
View File

@@ -3,5 +3,5 @@ module github.com/ivuorinen/tsm
go 1.24
require (
github.com/spf13/viper v1.18.2
github.com/spf13/viper v1.21.0
)