0
0
mirror of https://github.com/bpg/terraform-provider-proxmox.git synced 2025-08-22 19:38:35 +00:00

chore(deps): update go (1.22.0 → 1.22.2) (#1234)

| datasource     | package | from   | to     |
| -------------- | ------- | ------ | ------ |
| golang-version | go      | 1.22.0 | 1.22.2 |

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-04-21 13:37:54 +00:00 committed by GitHub
parent 961404dd0b
commit ee939a38a3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

2
go.mod
View File

@ -2,7 +2,7 @@ module github.com/bpg/terraform-provider-proxmox
go 1.22
toolchain go1.22.0
toolchain go1.22.2
require (
github.com/avast/retry-go/v4 v4.6.0