We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b275bb commit 6ab1b4bCopy full SHA for 6ab1b4b
CHANGELOG.md
@@ -5,6 +5,10 @@ See updating [Changelog example here](https://keepachangelog.com/en/1.0.0/)
5
6
## [Unreleased]
7
8
+### Fixed
9
+
10
+- Update Go version to 1.24.6
11
12
## [1.7.0] - 2025-06-10
13
14
### Added
go.mod
@@ -1,6 +1,6 @@
1
module github.com/UpCloudLtd/packer-plugin-upcloud
2
3
-go 1.24.4
+go 1.24.6
4
require (
github.com/UpCloudLtd/upcloud-go-api/v8 v8.18.0
0 commit comments