Skip to content

Commit e22ec14

Browse files
committed
feat: update go to 1.22.0
1 parent 16ba6c3 commit e22ec14

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Go",
3-
"image": "golang:1.21.7",
3+
"image": "golang:1.22.0",
44
"containerUser": "root",
55
"features": {
66
"ghcr.io/devcontainers/features/common-utils:2": {},

.go-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.21.7
1+
1.22.0

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
### Changed
11+
12+
- update go version to 1.22.0
13+
1014
### Fixed
1115

1216
- fixed open browser feature on Linux

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/mia-platform/miactl
22

3-
go 1.21.6
3+
go 1.22.0
44

55
require (
66
dario.cat/mergo v1.0.0

0 commit comments

Comments
 (0)