Skip to content

Commit

Permalink
Bump to latest go version
Browse files Browse the repository at this point in the history
  • Loading branch information
BarnabyShearer committed May 28, 2024
1 parent 2738774 commit 63046f1
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 2,665 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ permissions:
env:
# Go language version to use for building. This value should also be updated
# in the testing workflow if changed.
GO_VERSION: '1.20'
GO_VERSION: '1.21'

jobs:
goreleaser:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ permissions:
env:
# Go language version to use for building. This value should also be updated
# in the release workflow if changed.
GO_VERSION: '1.20'
GO_VERSION: '1.21'

jobs:
# Ensure project builds before running testing matrix
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ This is for managing Slack App Manifests, it is no use if you are not developing
## Requirements

- [Terraform](https://www.terraform.io/downloads.html) >= 1.0
- [Go](https://golang.org/doc/install) >= 1.17
- [Go](https://golang.org/doc/install) >= 1.21

## Building The Provider

Expand Down
4 changes: 3 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
module github.com/change-engine/terraform-provider-slack-app

go 1.17
go 1.21

toolchain go1.21.10

require (
github.com/hashicorp/terraform-plugin-docs v0.19.2
Expand Down
Loading

0 comments on commit 63046f1

Please sign in to comment.