Skip to content

Commit 0344f28

Browse files
authored
use toolchain installed in CI (#397)
Signed-off-by: Alex Goodman <[email protected]>
1 parent 0f3d495 commit 0344f28

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/actions/bootstrap/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ inputs:
55
go-version:
66
description: "Go version to install"
77
required: true
8-
default: "1.22.x"
8+
default: ">= 1.24"
99
go-dependencies:
1010
description: "Download go dependencies"
1111
required: true

go.mod

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
module github.com/anchore/stereoscope
22

3-
go 1.24.1
3+
go 1.24.0
4+
45
toolchain go1.24.1
56

67
require (

0 commit comments

Comments
 (0)