We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ceeed36 commit 2a7e6f9Copy full SHA for 2a7e6f9
CHANGELOG.md
@@ -9,6 +9,10 @@ See updating [Changelog example here](https://keepachangelog.com/en/1.0.0/)
9
10
- Authentication token support through `UPCLOUD_TOKEN` environment variable and `token` config parameter
11
12
+### Fixed
13
+
14
+- Update Go version to 1.24.4
15
16
## [1.6.0] - 2025-05-23
17
18
### Added
go.mod
@@ -1,6 +1,6 @@
1
module github.com/UpCloudLtd/packer-plugin-upcloud
2
3
-go 1.24
+go 1.24.4
4
5
require (
6
github.com/UpCloudLtd/upcloud-go-api/v8 v8.18.0
0 commit comments