File tree Expand file tree Collapse file tree 5 files changed +6
-2677
lines changed Expand file tree Collapse file tree 5 files changed +6
-2677
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ permissions:
17
17
env :
18
18
# Go language version to use for building. This value should also be updated
19
19
# in the testing workflow if changed.
20
- GO_VERSION : ' 1.20 '
20
+ GO_VERSION : ' 1.21 '
21
21
22
22
jobs :
23
23
goreleaser :
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ permissions:
19
19
env :
20
20
# Go language version to use for building. This value should also be updated
21
21
# in the release workflow if changed.
22
- GO_VERSION : ' 1.20 '
22
+ GO_VERSION : ' 1.21 '
23
23
24
24
jobs :
25
25
# Ensure project builds before running testing matrix
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ This provider simply rotates Slack refresh tokens (for use in other providers).
7
7
## Requirements
8
8
9
9
- [ Terraform] ( https://www.terraform.io/downloads.html ) >= 1.0
10
- - [ Go] ( https://golang.org/doc/install ) >= 1.17
10
+ - [ Go] ( https://golang.org/doc/install ) >= 1.21
11
11
12
12
## Building The Provider
13
13
Original file line number Diff line number Diff line change 1
1
module github.com/change-engine/terraform-provider-slack-token
2
2
3
- go 1.17
3
+ go 1.21
4
+
5
+ toolchain go1.21.10
4
6
5
7
require (
6
8
github.com/hashicorp/terraform-plugin-docs v0.19.2
You can’t perform that action at this time.
0 commit comments