File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2525 uses : actions/checkout@v5
2626
2727 - name : Set up Go
28- uses : actions/setup-go@v5
28+ uses : actions/setup-go@v6
2929 with :
3030 go-version-file : ${{ github.workspace }}/go.mod
3131
Original file line number Diff line number Diff line change 2020 - name : Checkout repository
2121 uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2222 - name : install Go
23- uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5 .0.2
23+ uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6 .0.0
2424 with :
2525 go-version-file : ${{ github.workspace }}/go.mod
2626
Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ require (
7070 github.com/go-toolsmith/astp v1.1.0 // indirect
7171 github.com/go-toolsmith/strparse v1.1.0 // indirect
7272 github.com/go-toolsmith/typep v1.1.0 // indirect
73- github.com/go-viper/mapstructure/v2 v2.3 .0 // indirect
73+ github.com/go-viper/mapstructure/v2 v2.4 .0 // indirect
7474 github.com/go-xmlfmt/xmlfmt v1.1.3 // indirect
7575 github.com/gobwas/glob v0.2.3 // indirect
7676 github.com/gofrs/flock v0.12.1 // indirect
Original file line number Diff line number Diff line change @@ -185,8 +185,8 @@ github.com/go-toolsmith/strparse v1.1.0 h1:GAioeZUK9TGxnLS+qfdqNbA4z0SSm5zVNtCQi
185185github.com/go-toolsmith/strparse v1.1.0 /go.mod h1:7ksGy58fsaQkGQlY8WVoBFNyEPMGuJin1rfoPS4lBSQ =
186186github.com/go-toolsmith/typep v1.1.0 h1:fIRYDyF+JywLfqzyhdiHzRop/GQDxxNhLGQ6gFUNHus =
187187github.com/go-toolsmith/typep v1.1.0 /go.mod h1:fVIw+7zjdsMxDA3ITWnH1yOiw1rnTQKCsF/sk2H/qig =
188- github.com/go-viper/mapstructure/v2 v2.3 .0 h1:27XbWsHIqhbdR5TIC911OfYvgSaW93HM+dX7970Q7jk =
189- github.com/go-viper/mapstructure/v2 v2.3 .0 /go.mod h1:oJDH3BJKyqBA2TXFhDsKDGDTlndYOZ6rGS0BRZIxGhM =
188+ github.com/go-viper/mapstructure/v2 v2.4 .0 h1:EBsztssimR/CONLSZZ04E8qAkxNYq4Qp9LvH92wZUgs =
189+ github.com/go-viper/mapstructure/v2 v2.4 .0 /go.mod h1:oJDH3BJKyqBA2TXFhDsKDGDTlndYOZ6rGS0BRZIxGhM =
190190github.com/go-xmlfmt/xmlfmt v1.1.3 h1:t8Ey3Uy7jDSEisW2K3somuMKIpzktkWptA0iFCnRUWY =
191191github.com/go-xmlfmt/xmlfmt v1.1.3 /go.mod h1:aUCEOzzezBEjDBbFBoSiya/gduyIiWYRP6CnSFIV8AM =
192192github.com/gobwas/glob v0.2.3 h1:A4xDbljILXROh+kObIiy5kIaPYD8e96x1tgBhUI5J+Y =
You can’t perform that action at this time.
0 commit comments