Skip to content

Commit 992920d

Browse files
committed
use go 1.24
Signed-off-by: Jan Schoone <[email protected]>
1 parent 3de2197 commit 992920d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/actions/setup-go/action.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ runs:
44
using: "composite"
55
steps:
66
- name: Install go
7-
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
7+
uses: actions/setup-go@5.4.0
88
with:
9-
go-version: "1.22"
9+
go-version: "1.24"
1010
go-version-file: "go.mod"
1111
cache: true
1212
cache-dependency-path: go.sum

0 commit comments

Comments
 (0)