Skip to content

Commit 76cf9a3

Browse files
committed
feat: go 1.23 and test with mimir 2.16.1
1 parent 79b7ff3 commit 76cf9a3

File tree

3 files changed

+88
-70
lines changed

3 files changed

+88
-70
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Set up Go
2525
uses: actions/setup-go@v3
2626
with:
27-
go-version: '1.22'
27+
go-version: '1.23'
2828
id: go
2929

3030
- name: Check out code into the Go module directory
@@ -60,15 +60,15 @@ jobs:
6060
- '0.12.*'
6161
- '1.5.*'
6262
mimir-version:
63-
- '2.13.0'
6463
- '2.14.0'
6564
- '2.15.0'
65+
- '2.16.1'
6666
steps:
6767

6868
- name: Setup Go
6969
uses: actions/setup-go@v3
7070
with:
71-
go-version: '1.22'
71+
go-version: '1.23'
7272
check-latest: true
7373

7474
- name: Check out code

go.mod

Lines changed: 22 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
module github.com/fgouteroux/terraform-provider-mimir
22

3-
go 1.22.0
3+
go 1.23.0
44

55
require (
66
github.com/hashicorp/go-version v1.6.0
7-
github.com/hashicorp/terraform-plugin-docs v0.15.0
7+
github.com/hashicorp/terraform-plugin-docs v0.19.0
88
github.com/hashicorp/terraform-plugin-sdk/v2 v2.27.0
99
github.com/prometheus/alertmanager v0.27.0
1010
github.com/prometheus/common v0.54.0
@@ -13,18 +13,22 @@ require (
1313
)
1414

1515
require (
16+
github.com/BurntSushi/toml v1.2.1 // indirect
17+
github.com/Kunde21/markdownfmt/v3 v3.1.0 // indirect
1618
github.com/Masterminds/goutils v1.1.1 // indirect
17-
github.com/Masterminds/semver/v3 v3.1.1 // indirect
18-
github.com/Masterminds/sprig/v3 v3.2.2 // indirect
19-
github.com/ProtonMail/go-crypto v0.0.0-20230217124315-7d5c6f04bbb8 // indirect
19+
github.com/Masterminds/semver/v3 v3.2.0 // indirect
20+
github.com/Masterminds/sprig/v3 v3.2.3 // indirect
21+
github.com/ProtonMail/go-crypto v1.1.0-alpha.2 // indirect
2022
github.com/agext/levenshtein v1.2.2 // indirect
2123
github.com/apparentlymart/go-textseg/v13 v13.0.0 // indirect
24+
github.com/apparentlymart/go-textseg/v15 v15.0.0 // indirect
2225
github.com/armon/go-radix v1.0.0 // indirect
2326
github.com/aws/aws-sdk-go v1.53.16 // indirect
2427
github.com/beorn7/perks v1.0.1 // indirect
2528
github.com/bgentry/speakeasy v0.1.0 // indirect
29+
github.com/bmatcuk/doublestar/v4 v4.6.1 // indirect
2630
github.com/cespare/xxhash/v2 v2.3.0 // indirect
27-
github.com/cloudflare/circl v1.3.3 // indirect
31+
github.com/cloudflare/circl v1.3.7 // indirect
2832
github.com/dennwc/varint v1.0.0 // indirect
2933
github.com/fatih/color v1.16.0 // indirect
3034
github.com/go-kit/log v0.2.1 // indirect
@@ -33,6 +37,7 @@ require (
3337
github.com/google/go-cmp v0.6.0 // indirect
3438
github.com/google/uuid v1.6.0 // indirect
3539
github.com/grafana/regexp v0.0.0-20240518133315-a468a5bfb3bc // indirect
40+
github.com/hashicorp/cli v1.1.6 // indirect
3641
github.com/hashicorp/errwrap v1.1.0 // indirect
3742
github.com/hashicorp/go-checkpoint v0.5.0 // indirect
3843
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
@@ -41,23 +46,23 @@ require (
4146
github.com/hashicorp/go-multierror v1.1.1 // indirect
4247
github.com/hashicorp/go-plugin v1.4.10 // indirect
4348
github.com/hashicorp/go-uuid v1.0.3 // indirect
44-
github.com/hashicorp/hc-install v0.5.2 // indirect
49+
github.com/hashicorp/hc-install v0.6.4 // indirect
4550
github.com/hashicorp/hcl/v2 v2.17.0 // indirect
4651
github.com/hashicorp/logutils v1.0.0 // indirect
47-
github.com/hashicorp/terraform-exec v0.18.1 // indirect
48-
github.com/hashicorp/terraform-json v0.17.0 // indirect
52+
github.com/hashicorp/terraform-exec v0.20.0 // indirect
53+
github.com/hashicorp/terraform-json v0.21.0 // indirect
4954
github.com/hashicorp/terraform-plugin-go v0.16.0 // indirect
5055
github.com/hashicorp/terraform-plugin-log v0.9.0 // indirect
5156
github.com/hashicorp/terraform-registry-address v0.2.1 // indirect
5257
github.com/hashicorp/terraform-svchost v0.1.1 // indirect
5358
github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d // indirect
54-
github.com/huandu/xstrings v1.3.2 // indirect
59+
github.com/huandu/xstrings v1.3.3 // indirect
5560
github.com/imdario/mergo v0.3.16 // indirect
5661
github.com/jmespath/go-jmespath v0.4.0 // indirect
5762
github.com/jpillora/backoff v1.0.0 // indirect
5863
github.com/mattn/go-colorable v0.1.13 // indirect
5964
github.com/mattn/go-isatty v0.0.20 // indirect
60-
github.com/mitchellh/cli v1.1.5 // indirect
65+
github.com/mattn/go-runewidth v0.0.9 // indirect
6166
github.com/mitchellh/copystructure v1.2.0 // indirect
6267
github.com/mitchellh/go-testing-interface v1.14.1 // indirect
6368
github.com/mitchellh/go-wordwrap v1.0.0 // indirect
@@ -70,23 +75,26 @@ require (
7075
github.com/prometheus/client_model v0.6.1 // indirect
7176
github.com/prometheus/common/sigv4 v0.1.0 // indirect
7277
github.com/prometheus/procfs v0.12.0 // indirect
73-
github.com/russross/blackfriday v1.6.0 // indirect
7478
github.com/shopspring/decimal v1.3.1 // indirect
7579
github.com/spf13/cast v1.5.0 // indirect
7680
github.com/vmihailenco/msgpack v4.0.4+incompatible // indirect
7781
github.com/vmihailenco/msgpack/v5 v5.3.5 // indirect
7882
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
79-
github.com/zclconf/go-cty v1.13.2 // indirect
83+
github.com/yuin/goldmark v1.7.0 // indirect
84+
github.com/yuin/goldmark-meta v1.1.0 // indirect
85+
github.com/zclconf/go-cty v1.14.4 // indirect
86+
go.abhg.dev/goldmark/frontmatter v0.2.0 // indirect
8087
go.uber.org/atomic v1.11.0 // indirect
8188
golang.org/x/crypto v0.24.0 // indirect
89+
golang.org/x/exp v0.0.0-20240119083558-1b970713d09a // indirect
8290
golang.org/x/mod v0.18.0 // indirect
8391
golang.org/x/net v0.26.0 // indirect
8492
golang.org/x/oauth2 v0.21.0 // indirect
8593
golang.org/x/sys v0.21.0 // indirect
8694
golang.org/x/text v0.16.0 // indirect
8795
google.golang.org/appengine v1.6.8 // indirect
8896
google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1 // indirect
89-
google.golang.org/grpc v1.64.0 // indirect
97+
google.golang.org/grpc v1.65.0 // indirect
9098
google.golang.org/protobuf v1.34.1 // indirect
9199
gopkg.in/yaml.v2 v2.4.0 // indirect
92100
)

0 commit comments

Comments
 (0)