Skip to content

Commit

Permalink
ci: Bump go to 1.22 (#2260)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikolajb authored May 31, 2024
1 parent aa5ddc7 commit 391d2e7
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 10 deletions.
2 changes: 1 addition & 1 deletion devbox.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"fluxcd": "latest",
"github-cli": "latest",
"gitlint": "latest",
"go": "1.20",
"go": "1.22",
"gojq": "latest",
"golangci-lint": "latest",
"kubernetes-helm": "latest",
Expand Down
44 changes: 36 additions & 8 deletions devbox.lock
Original file line number Diff line number Diff line change
Expand Up @@ -138,23 +138,51 @@
}
}
},
"go@1.20": {
"last_modified": "2024-01-14T03:55:27Z",
"resolved": "github:NixOS/nixpkgs/dd5621df6dcb90122b50da5ec31c411a0de3e538#go_1_20",
"go@1.22": {
"last_modified": "2024-05-22T06:18:38Z",
"resolved": "github:NixOS/nixpkgs/3f316d2a50699a78afe5e77ca486ad553169061e#go",
"source": "devbox-search",
"version": "1.20.13",
"version": "1.22.3",
"systems": {
"aarch64-darwin": {
"store_path": "/nix/store/cbwdrgl7lifkw7mxclnz564gxzffw6bp-go-1.20.13"
"outputs": [
{
"name": "out",
"path": "/nix/store/i04a1a6qgxhjw6c0ld2b3x1v815sbxjc-go-1.22.3",
"default": true
}
],
"store_path": "/nix/store/i04a1a6qgxhjw6c0ld2b3x1v815sbxjc-go-1.22.3"
},
"aarch64-linux": {
"store_path": "/nix/store/pgbia16bszpflsqd61qr40b4g9hz3sh7-go-1.20.13"
"outputs": [
{
"name": "out",
"path": "/nix/store/d68f2iblysnl0r4qcfdacmdpmvvy86kf-go-1.22.3",
"default": true
}
],
"store_path": "/nix/store/d68f2iblysnl0r4qcfdacmdpmvvy86kf-go-1.22.3"
},
"x86_64-darwin": {
"store_path": "/nix/store/8svci2j29zcyq6swf6cg7yzf3cvph01h-go-1.20.13"
"outputs": [
{
"name": "out",
"path": "/nix/store/1p6vr83cgyfwm8517jhfmf6lypzhy3q2-go-1.22.3",
"default": true
}
],
"store_path": "/nix/store/1p6vr83cgyfwm8517jhfmf6lypzhy3q2-go-1.22.3"
},
"x86_64-linux": {
"store_path": "/nix/store/js7d24li4isab9mnqq0azkw9iwzg0s1m-go-1.20.13"
"outputs": [
{
"name": "out",
"path": "/nix/store/00mg4vlhzmm7gi9bd5v5ydjlgrywpc3n-go-1.22.3",
"default": true
}
],
"store_path": "/nix/store/00mg4vlhzmm7gi9bd5v5ydjlgrywpc3n-go-1.22.3"
}
}
},
Expand Down
2 changes: 1 addition & 1 deletion hack/release/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/mesosphere/kommander-applications/hack/release

go 1.20
go 1.22

require (
github.com/Masterminds/semver/v3 v3.2.1
Expand Down

0 comments on commit 391d2e7

Please sign in to comment.