Skip to content

Commit d0c21c5

Browse files
authored
chore: update Go to version 1.26 (#542)
Co-authored-by: Christian Lechner <22294087+lechnerc77@users.noreply.github.com>
1 parent ca046c0 commit d0c21c5

File tree

5 files changed

+79
-79
lines changed

5 files changed

+79
-79
lines changed

.devcontainer/default/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "Terraform exporter for SAP BTP - Dev",
33
//https://mcr.microsoft.com/en-us/product/devcontainers/go/tags
4-
"image": "mcr.microsoft.com/devcontainers/go:dev-1.25",
4+
"image": "mcr.microsoft.com/devcontainers/go:dev-1.26",
55
// Features to add to the dev container. More info: https://containers.dev/features.
66
"features": {
77
"ghcr.io/devcontainers/features/terraform:1": {},

.devcontainer/withenvfile/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "Terraform exporter for SAP BTP - Dev (with env file)",
33
//https://mcr.microsoft.com/en-us/product/devcontainers/go/tags
4-
"image": "mcr.microsoft.com/devcontainers/go:dev-1.25",
4+
"image": "mcr.microsoft.com/devcontainers/go:dev-1.26",
55
// Features to add to the dev container. More info: https://containers.dev/features.
66
"features": {
77
"ghcr.io/devcontainers/features/terraform:1": {},

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
![Golang](https://img.shields.io/badge/Go-1.25-informational)
1+
![Golang](https://img.shields.io/badge/Go-1.26-informational)
22
[![REUSE status](https://api.reuse.software/badge/github.com/SAP/terraform-exporter-btp)](https://api.reuse.software/info/github.com/SAP/terraform-exporter-btp)
33
[![Go Report Card](https://goreportcard.com/badge/github.com/SAP/terraform-exporter-btp)](https://goreportcard.com/report/github.com/SAP/terraform-exporter-btp)
44
[![CodeQL](https://github.com/SAP/terraform-exporter-btp/actions/workflows/codeql.yml/badge.svg)](https://github.com/SAP/terraform-exporter-btp/actions/workflows/codeql.yml)

go.mod

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/SAP/terraform-exporter-btp
22

3-
go 1.25
3+
go 1.26
44

55
require (
66
github.com/AlecAivazis/survey/v2 v2.3.7
@@ -17,39 +17,41 @@ require (
1717
)
1818

1919
require (
20-
dario.cat/mergo v1.0.1 // indirect
20+
dario.cat/mergo v1.0.2 // indirect
2121
github.com/Microsoft/go-winio v0.6.2 // indirect
22-
github.com/ProtonMail/go-crypto v1.1.6 // indirect
22+
github.com/ProtonMail/go-crypto v1.3.0 // indirect
2323
github.com/agext/levenshtein v1.2.3 // indirect
24-
github.com/cloudflare/circl v1.6.1 // indirect
24+
github.com/clipperhouse/uax29/v2 v2.7.0 // indirect
25+
github.com/cloudflare/circl v1.6.3 // indirect
2526
github.com/codegangsta/inject v0.0.0-20150114235600-33e0aa1cb7c0 // indirect
26-
github.com/cyphar/filepath-securejoin v0.4.1 // indirect
27+
github.com/cyphar/filepath-securejoin v0.6.1 // indirect
2728
github.com/emirpasic/gods v1.18.1 // indirect
2829
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
29-
github.com/go-git/go-billy/v5 v5.6.2 // indirect
30+
github.com/go-git/go-billy/v5 v5.7.0 // indirect
3031
github.com/go-martini/martini v0.0.0-20170121215854-22fa46961aab // indirect
31-
github.com/go-viper/mapstructure/v2 v2.4.0 // indirect
32+
github.com/go-viper/mapstructure/v2 v2.5.0 // indirect
3233
github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8 // indirect
3334
github.com/google/go-cmp v0.7.0 // indirect
3435
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
3536
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect
36-
github.com/kevinburke/ssh_config v1.2.0 // indirect
37+
github.com/kevinburke/ssh_config v1.6.0 // indirect
38+
github.com/klauspost/cpuid/v2 v2.3.0 // indirect
3739
github.com/martini-contrib/render v0.0.0-20150707142108-ec18f8345a11 // indirect
38-
github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b // indirect
40+
github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d // indirect
3941
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
4042
github.com/oxtoacart/bpool v0.0.0-20190530202638-03653db5a59c // indirect
41-
github.com/pjbgf/sha1cd v0.3.2 // indirect
42-
github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 // indirect
43-
github.com/skeema/knownhosts v1.3.1 // indirect
43+
github.com/pjbgf/sha1cd v0.5.0 // indirect
44+
github.com/sergi/go-diff v1.4.0 // indirect
45+
github.com/skeema/knownhosts v1.3.2 // indirect
4446
github.com/xanzy/ssh-agent v0.3.3 // indirect
4547
go.yaml.in/yaml/v3 v3.0.4 // indirect
46-
golang.org/x/crypto v0.45.0 // indirect
47-
golang.org/x/mod v0.29.0 // indirect
48-
golang.org/x/net v0.47.0 // indirect
49-
golang.org/x/oauth2 v0.30.0 // indirect
50-
golang.org/x/sync v0.18.0 // indirect
51-
golang.org/x/term v0.37.0 // indirect
52-
golang.org/x/tools v0.38.0 // indirect
48+
golang.org/x/crypto v0.48.0 // indirect
49+
golang.org/x/mod v0.33.0 // indirect
50+
golang.org/x/net v0.50.0 // indirect
51+
golang.org/x/oauth2 v0.35.0 // indirect
52+
golang.org/x/sync v0.19.0 // indirect
53+
golang.org/x/term v0.40.0 // indirect
54+
golang.org/x/tools v0.42.0 // indirect
5355
gopkg.in/warnings.v0 v0.1.2 // indirect
5456
)
5557

@@ -63,18 +65,16 @@ require (
6365
github.com/inconshreveable/mousetrap v1.1.0 // indirect
6466
github.com/mattn/go-colorable v0.1.14 // indirect
6567
github.com/mattn/go-isatty v0.0.20 // indirect
66-
github.com/mattn/go-runewidth v0.0.16 // indirect
68+
github.com/mattn/go-runewidth v0.0.20 // indirect
6769
github.com/pelletier/go-toml/v2 v2.2.4 // indirect
6870
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
69-
github.com/rivo/uniseg v0.4.7 // indirect
70-
github.com/sagikazarmark/locafero v0.11.0 // indirect
71-
github.com/sourcegraph/conc v0.3.1-0.20240121214520-5f936abd7ae8 // indirect
71+
github.com/sagikazarmark/locafero v0.12.0 // indirect
7272
github.com/spf13/afero v1.15.0 // indirect
7373
github.com/spf13/cast v1.10.0 // indirect
7474
github.com/subosito/gotenv v1.6.0 // indirect
75-
github.com/zclconf/go-cty v1.16.3 // indirect
75+
github.com/zclconf/go-cty v1.17.0 // indirect
7676
golang.org/x/exp v0.0.0-20250305212735-054e65f0b394 // indirect
77-
golang.org/x/sys v0.38.0 // indirect
78-
golang.org/x/text v0.31.0 // indirect
77+
golang.org/x/sys v0.41.0 // indirect
78+
golang.org/x/text v0.34.0 // indirect
7979
gopkg.in/yaml.v3 v3.0.1 // indirect
8080
)

0 commit comments

Comments
 (0)