Skip to content

Commit 2a7e6f9

Browse files
authored
chore: upgrade Go from 1.24.3 to 1.24.4 (#71)
Includes multiple security related fixes. Signed-off-by: Ville Vesilehto <ville.vesilehto@upcloud.com>
1 parent ceeed36 commit 2a7e6f9

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ See updating [Changelog example here](https://keepachangelog.com/en/1.0.0/)
99

1010
- Authentication token support through `UPCLOUD_TOKEN` environment variable and `token` config parameter
1111

12+
### Fixed
13+
14+
- Update Go version to 1.24.4
15+
1216
## [1.6.0] - 2025-05-23
1317

1418
### Added

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/UpCloudLtd/packer-plugin-upcloud
22

3-
go 1.24
3+
go 1.24.4
44

55
require (
66
github.com/UpCloudLtd/upcloud-go-api/v8 v8.18.0

0 commit comments

Comments
 (0)