mirror of
https://github.com/Telmate/terraform-provider-proxmox.git
synced 2025-12-18 22:46:04 -05:00
ci: update go version
This commit is contained in:
parent
729628816a
commit
1fdce53a1c
2 changed files with 2 additions and 2 deletions
2
.github/workflows/go.yml
vendored
2
.github/workflows/go.yml
vendored
|
|
@ -16,7 +16,7 @@ on:
|
|||
- 'examples/**'
|
||||
|
||||
env:
|
||||
GO_VERSION: '1.21'
|
||||
GO_VERSION: '1.24'
|
||||
|
||||
jobs:
|
||||
verify-dependencies:
|
||||
|
|
|
|||
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
|
@ -16,7 +16,7 @@ jobs:
|
|||
name: Set up Go
|
||||
uses: actions/setup-go@v5
|
||||
with:
|
||||
go-version: '1.21'
|
||||
go-version: '1.24'
|
||||
check-latest: true
|
||||
-
|
||||
name: Import GPG key
|
||||
|
|
|
|||
Loading…
Reference in a new issue