Skip to content

Commit 6ab1b4b

Browse files
authored
chore: bump Go version to 1.24.6 (#78)
Includes security fixes and bug fixes to the runtime. Signed-off-by: Ville Vesilehto <ville.vesilehto@upcloud.com>
1 parent 6b275bb commit 6ab1b4b

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
@@ -5,6 +5,10 @@ See updating [Changelog example here](https://keepachangelog.com/en/1.0.0/)
55

66
## [Unreleased]
77

8+
### Fixed
9+
10+
- Update Go version to 1.24.6
11+
812
## [1.7.0] - 2025-06-10
913

1014
### 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.4
3+
go 1.24.6
44

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

0 commit comments

Comments
 (0)