Skip to content

Commit

Permalink
Merge pull request #14 from kishaningithub/upgrade-golang
Browse files Browse the repository at this point in the history
Upgrade golang version to 1.22
  • Loading branch information
kishaningithub authored Feb 23, 2024
2 parents 726071e + 1cd41c5 commit e9567a5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,7 @@
- To run only the tests, run command `make test`.

## Upgrading dependencies
- For code, run command `make update-deps`

- For golang, to upgrade the golang version in [go.mod](./go.mod) file.
- For code dependencies, run command `make update-deps`
- For actions, go inside the yamls present in the [workflows](.github/workflows/) and bump the versions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/kishaningithub/tf-import-gen

go 1.21
go 1.22

require (
github.com/hashicorp/terraform-json v0.21.0
Expand Down

0 comments on commit e9567a5

Please sign in to comment.