Skip to content

Commit 82d18ae

Browse files
Bump to latest go version
1 parent bb9cce1 commit 82d18ae

File tree

5 files changed

+6
-2677
lines changed

5 files changed

+6
-2677
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ permissions:
1717
env:
1818
# Go language version to use for building. This value should also be updated
1919
# in the testing workflow if changed.
20-
GO_VERSION: '1.20'
20+
GO_VERSION: '1.21'
2121

2222
jobs:
2323
goreleaser:

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ permissions:
1919
env:
2020
# Go language version to use for building. This value should also be updated
2121
# in the release workflow if changed.
22-
GO_VERSION: '1.20'
22+
GO_VERSION: '1.21'
2323

2424
jobs:
2525
# Ensure project builds before running testing matrix

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ This provider simply rotates Slack refresh tokens (for use in other providers).
77
## Requirements
88

99
- [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
1111

1212
## Building The Provider
1313

go.mod

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
module github.com/change-engine/terraform-provider-slack-token
22

3-
go 1.17
3+
go 1.21
4+
5+
toolchain go1.21.10
46

57
require (
68
github.com/hashicorp/terraform-plugin-docs v0.19.2

0 commit comments

Comments
 (0)